UNPKG

@nodeboot/aot

Version:

Node-Boot module for Ahead-of-Time (AOT) compilation. Generates node-boot beans and OpenAPI schemas at compile time

6 lines 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EnableComponentScan = void 0; var EnableComponentScan_1 = require("./EnableComponentScan"); Object.defineProperty(exports, "EnableComponentScan", { enumerable: true, get: function () { return EnableComponentScan_1.EnableComponentScan; } }); //# sourceMappingURL=index.js.map