5 lines
167 B
TypeScript
5 lines
167 B
TypeScript
/// <reference types="q" />
|
|
import * as q from 'q';
|
|
import { INpmtsConfig } from './npmts.config';
|
|
export declare let run: (configArg: INpmtsConfig) => q.Promise<{}>;
|