npmci/dist/npmci.plugins.d.ts
2016-06-05 07:27:58 +02:00

14 lines
487 B
TypeScript

import "typings-global";
export import beautylog = require("beautylog");
export declare let commander: any;
export declare let gulp: any;
export declare let gulpFunction: any;
export import path = require("path");
export declare let q: any;
export declare let request: any;
export declare let shelljs: any;
export import smartssh = require("smartssh");
export import smartstring = require("smartstring");
export import smartfile = require("smartfile");
export declare let through2: any;