@tsed/common
Version:
A TypeScript Framework on top of Express
12 lines • 424 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// decorators
tslib_1.__exportStar(require("./decorators"), exports);
// interfaces
tslib_1.__exportStar(require("./interfaces"), exports);
// builder
tslib_1.__exportStar(require("./builder/PlatformBuilder"), exports);
// utils
tslib_1.__exportStar(require("./utils"), exports);
//# sourceMappingURL=index.js.map