UNPKG

express-service-bootstrap

Version:

This is a convenience package for starting a express API with security, health checks, process exits etc.

8 lines 348 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BootstrapConstructor = void 0; const node_apparatus_1 = require("node-apparatus"); class BootstrapConstructor extends node_apparatus_1.InjectableConstructor { } exports.BootstrapConstructor = BootstrapConstructor; //# sourceMappingURL=bootstrap-constructor.js.map