smartssh/ts/smartssh.plugins.ts

8 lines
336 B
TypeScript
Raw Normal View History

import "typings-global"
2016-06-13 22:27:55 +00:00
export import beautylog = require("beautylog");
2016-04-25 02:06:20 +00:00
export let base64 = require("js-base64").Base64;
export let fs = require("fs-extra");
2016-06-13 22:27:55 +00:00
export let minimatch = require("minimatch");
export import path = require("path");
export import smartfile = require("smartfile");
2016-06-01 00:31:29 +00:00
export import smartpath = require("smartpath");