UNPKG

@tsed/common

Version:
9 lines 442 B
"use strict"; 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