UNPKG

vfetcher

Version:

Vue composables for fetching data, based on unjs/ofetch

10 lines (5 loc) 198 B
'use strict'; const ofetch = require('ofetch'); Object.keys(ofetch).forEach(function (k) { if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = ofetch[k]; });