now modularized, implements #11
This commit is contained in:
7
dist/npmts.mods.d.ts
vendored
Normal file
7
dist/npmts.mods.d.ts
vendored
Normal file
@@ -0,0 +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>;
|
||||
Reference in New Issue
Block a user