federation/gateway/node_modules/@apollographql/apollo-tools/lib/utilities/index.js
2020-11-14 16:43:58 +01:00

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