7 lines
239 B
TypeScript
7 lines
239 B
TypeScript
/// <reference types="q" />
|
|
import "typings-global";
|
|
import plugins = require("./npmts.plugins");
|
|
import { Ora } from "beautylog";
|
|
export declare let npmtsOra: Ora;
|
|
export declare let promisechain: (argvArg: any) => plugins.Q.Promise<{}>;
|