import {secureFetchIt} from './src/functions'; const data = await secureFetchIt('links'); console.log(data);