7 lines
210 B
TypeScript
Raw Normal View History

2016-10-21 17:48:52 +02:00
import { INpmtsConfig } from '../npmts.config';
/**
* run this module
* @param configArg some config for how to run this module
*/
2017-01-18 00:58:09 +01:00
export declare let run: (configArg: INpmtsConfig) => Promise<INpmtsConfig>;