refactor
This commit is contained in:
12
dist/npmts.mods.d.ts
vendored
12
dist/npmts.mods.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
import { LazyModule } from 'smartsystem';
|
||||
import * as _mod00 from './mod00/index';
|
||||
import * as _mod01 from './mod01/index';
|
||||
import * as _mod02 from './mod02/index';
|
||||
export declare let mod00: LazyModule<typeof _mod00>;
|
||||
export declare let mod01: LazyModule<typeof _mod01>;
|
||||
export declare let mod02: LazyModule<typeof _mod02>;
|
||||
import * as _modCompile from './mod_compile/index';
|
||||
import * as _modDocs from './mod_docs/index';
|
||||
import * as _modTest from './mod_test/index';
|
||||
export declare let modCompile: LazyModule<typeof _modCompile>;
|
||||
export declare let modDocs: LazyModule<typeof _modDocs>;
|
||||
export declare let modTest: LazyModule<typeof _modTest>;
|
||||
|
||||
Reference in New Issue
Block a user