complete modular transition
This commit is contained in:
2
dist/npmci.mods.d.ts
vendored
2
dist/npmci.mods.d.ts
vendored
@@ -6,6 +6,7 @@ import * as _modInstall from './mod_install/index';
|
||||
import * as _modPublish from './mod_publish/index';
|
||||
import * as _modPrepare from './mod_prepare/index';
|
||||
import * as _modTrigger from './mod_trigger/index';
|
||||
import * as _modTest from './mod_test/index';
|
||||
import { LazyModule } from 'smartsystem';
|
||||
export declare let modBuild: LazyModule<typeof _modBuild>;
|
||||
export declare let modClean: LazyModule<typeof _modClean>;
|
||||
@@ -15,3 +16,4 @@ export declare let modInstall: LazyModule<typeof _modInstall>;
|
||||
export declare let modPublish: LazyModule<typeof _modPublish>;
|
||||
export declare let modPrepare: LazyModule<typeof _modPrepare>;
|
||||
export declare let modTrigger: LazyModule<typeof _modTrigger>;
|
||||
export declare let modTest: LazyModule<typeof _modTest>;
|
||||
|
||||
Reference in New Issue
Block a user