npmci/dist/npmci.plugins.d.ts

8 lines
250 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;
export declare let q: any;
export declare let shelljs: any;
2016-06-01 03:44:48 +00:00
export declare let smartssh: any;
2016-05-30 00:29:30 +00:00
export import smartfile = require("smartfile");