UNPKG

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.

8 lines 257 B
"use strict"; // TODO: gather and normalize all the errors here Object.defineProperty(exports, "__esModule", { value: true }); exports.FatalError = void 0; class FatalError extends Error { } exports.FatalError = FatalError; //# sourceMappingURL=error.js.map