mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 19:46:40 +00:00
9 lines
No EOL
291 B
JavaScript
9 lines
No EOL
291 B
JavaScript
"use strict";
|
|
function __export(m) {
|
|
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
}
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
require("./polyfills");
|
|
__export(require("./fetch"));
|
|
__export(require("./utils"));
|
|
//# sourceMappingURL=index.js.map
|