mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 11:36:39 +00:00
9 lines
No EOL
308 B
JavaScript
9 lines
No EOL
308 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 });
|
|
__export(require("./invariant"));
|
|
__export(require("./predicates"));
|
|
__export(require("./graphql"));
|
|
//# sourceMappingURL=index.js.map
|