@graphql-mesh/serve-cli
Version:
10 lines (9 loc) • 602 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.useCustomFetch = exports.useWebhooks = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./runServeCLI.js"), exports);
tslib_1.__exportStar(require("./types.js"), exports);
var serve_runtime_1 = require("@graphql-mesh/serve-runtime");
Object.defineProperty(exports, "useWebhooks", { enumerable: true, get: function () { return serve_runtime_1.useWebhooks; } });
Object.defineProperty(exports, "useCustomFetch", { enumerable: true, get: function () { return serve_runtime_1.useCustomFetch; } });
;