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.
11 lines • 595 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LoggerConstructors = exports.WinstonLogger = exports.Logger = void 0;
const logger_1 = require("./logger");
Object.defineProperty(exports, "Logger", { enumerable: true, get: function () { return logger_1.Logger; } });
const winston_1 = require("./winston");
Object.defineProperty(exports, "WinstonLogger", { enumerable: true, get: function () { return winston_1.WinstonLogger; } });
exports.LoggerConstructors = {
[winston_1.WinstonLogger.key]: winston_1.WinstonLogger,
};
//# sourceMappingURL=index.js.map