tscoverage/dist/mod_test/index.d.ts

7 lines
210 B
TypeScript
Raw Permalink Normal View History

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