@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.GhostDriver = void 0;
var GhostDriver_1 = require("./GhostDriver");
Object.defineProperty(exports, "GhostDriver", { enumerable: true, get: function () { return GhostDriver_1.GhostDriver; } });
//# sourceMappingURL=index.js.map