UNPKG

@expressots/core

Version:

Expressots - modern, fast, lightweight nodejs web framework (@core)

7 lines (6 loc) 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.scope = exports.CreateModule = void 0; var container_module_1 = require("./container-module"); Object.defineProperty(exports, "CreateModule", { enumerable: true, get: function () { return container_module_1.CreateModule; } }); Object.defineProperty(exports, "scope", { enumerable: true, get: function () { return container_module_1.scope; } });