npmci/dist/npmci.plugins.d.ts

10 lines
335 B
TypeScript
Raw Permalink Normal View History

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