7 lines
210 B
TypeScript
7 lines
210 B
TypeScript
import { INpmtsConfig } from '../npmts.config';
|
|
/**
|
|
* run this module
|
|
* @param configArg some config for how to run this module
|
|
*/
|
|
export declare let run: (configArg: INpmtsConfig) => Promise<INpmtsConfig>;
|