moleculer-api
Version:
A dynamic API Gateway for MoleculerJS which updates REST endpoints and aggregated GraphQL schema, access control policy for each action calls from metadata of remote services schema without restart or deployment.
9 lines • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./schema"), exports);
tslib_1.__exportStar(require("./validator"), exports);
tslib_1.__exportStar(require("./connector"), exports);
tslib_1.__exportStar(require("./policy"), exports);
tslib_1.__exportStar(require("./describer"), exports);
//# sourceMappingURL=index.js.map