smartssh/dist/smartssh.plugins.d.ts

10 lines
329 B
TypeScript
Raw Normal View History

import "typings-global";
2016-06-13 22:27:55 +00:00
export import beautylog = require("beautylog");
export declare let base64: any;
export declare let fs: any;
2016-06-13 22:27:55 +00:00
export declare let minimatch: any;
export import path = require("path");
2016-06-25 00:53:05 +00:00
export declare let q: any;
2016-06-13 22:27:55 +00:00
export import smartfile = require("smartfile");
2016-06-01 00:31:29 +00:00
export import smartpath = require("smartpath");