@tsed/common
Version:
A TypeScript Framework on top of Express
9 lines • 442 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.createPlatformApplication = void 0;
const PlatformApplication_1 = require("../../platform/services/PlatformApplication");
function createPlatformApplication(injector) {
injector.forkProvider(PlatformApplication_1.PlatformApplication);
}
exports.createPlatformApplication = createPlatformApplication;
//# sourceMappingURL=createPlatformApplication.js.map