tscoverage/dist/npmts.watch.d.ts

5 lines
168 B
TypeScript
Raw Normal View History

2016-09-22 21:23:16 +00:00
/// <reference types="q" />
2016-10-02 18:35:13 +00:00
import * as q from 'q';
2016-09-25 18:22:10 +00:00
import { INpmtsConfig } from './npmts.options';
2016-10-02 18:35:13 +00:00
export declare let run: (configArg: INpmtsConfig) => q.Promise<{}>;