6 lines
181 B
Plaintext
6 lines
181 B
Plaintext
/* globals self */ "use strict";
|
|
const fetchModule = self.fetch.bind(self);
|
|
module.exports = fetchModule;
|
|
module.exports.default = module.exports;
|
|
|
|
//# sourceMappingURL=index.js.map |