tscoverage/dist/npmts.ship.d.ts

3 lines
106 B
TypeScript
Raw Permalink Normal View History

2016-10-21 15:48:52 +00:00
import { INpmtsConfig } from './npmts.config';
export declare let run: (configArg: INpmtsConfig) => void;