function fetchFunction()

in public/main.js [54:56]


function fetchFunction(...args) {
  return fetch(...args);
}