clime
Version:
The command-line interface framework for TypeScript.
11 lines • 373 B
JavaScript
;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./fs"));
__export(require("./string"));
__export(require("./module"));
const Reflection = require("./reflection");
exports.Reflection = Reflection;
//# sourceMappingURL=index.js.map