bpms_site/.svn/pristine/66/66ab3759d3c02812797a2348f1ebc4cf7c981cad.svn-base
2025-11-02 16:38:49 +03:30

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