smartssh/dist/smartssh.plugins.d.ts
2016-06-14 00:27:55 +02:00

9 lines
302 B
TypeScript

import "typings-global";
export import beautylog = require("beautylog");
export declare let base64: any;
export declare let fs: any;
export declare let minimatch: any;
export import path = require("path");
export import smartfile = require("smartfile");
export import smartpath = require("smartpath");