@nodeboot/ghost-server
Version:
Node-Boot Ghost Server for Pure IoC Applications. Suitable for Auto-configuration testing, background jobs, etc
6 lines • 311 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GhostServer = void 0;
var GhostServer_1 = require("./GhostServer");
Object.defineProperty(exports, "GhostServer", { enumerable: true, get: function () { return GhostServer_1.GhostServer; } });
//# sourceMappingURL=index.js.map