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.

12 lines 338 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Logger = void 0; const interface_1 = require("../interface"); class Logger extends interface_1.HasStaticKey { constructor(props, opts) { super(); this.props = props; } } exports.Logger = Logger; //# sourceMappingURL=logger.js.map