npmci/dist/npmci.plugins.d.ts
2016-06-01 05:44:48 +02:00

8 lines
250 B
TypeScript

import "typings-global";
export import beautylog = require("beautylog");
export declare let commander: any;
export declare let q: any;
export declare let shelljs: any;
export declare let smartssh: any;
export import smartfile = require("smartfile");