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