npmci/dist/npmci.plugins.d.ts

12 lines
415 B
TypeScript
Raw Normal View History

2016-05-30 00:29:30 +00:00
import "typings-global";
export import beautylog = require("beautylog");
export declare let commander: any;
2016-06-05 02:48:39 +00:00
export declare let gulp: any;
export import path = require("path");
2016-05-30 00:29:30 +00:00
export declare let q: any;
2016-06-01 05:18:30 +00:00
export declare let request: any;
2016-05-30 00:29:30 +00:00
export declare let shelljs: any;
2016-06-05 02:48:39 +00:00
export import smartssh = require("smartssh");
2016-06-02 23:58:37 +00:00
export import smartstring = require("smartstring");
2016-05-30 00:29:30 +00:00
export import smartfile = require("smartfile");