smartssh/dist/smartssh.plugins.d.ts

8 lines
233 B
TypeScript
Raw Normal View History

import "typings-global";
export declare let beautylog: any;
export declare let base64: any;
export declare let fs: any;
export declare let path: any;
export declare let smartfile: any;
2016-06-01 00:31:29 +00:00
export import smartpath = require("smartpath");