2016-10-21 15:48:52 +00:00
|
|
|
"use strict";
|
2017-02-27 21:19:14 +00:00
|
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
2016-10-21 15:48:52 +00:00
|
|
|
const smartsystem_1 = require("smartsystem");
|
2017-11-28 16:33:55 +00:00
|
|
|
exports.modCompile = new smartsystem_1.LazyModule('./mod_compile/index', __dirname);
|
|
|
|
exports.modDocs = new smartsystem_1.LazyModule('./mod_docs/index', __dirname);
|
|
|
|
exports.modTest = new smartsystem_1.LazyModule('./mod_test/index', __dirname);
|