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

8 lines
336 B
TypeScript

import "typings-global"
export import beautylog = require("beautylog");
export let base64 = require("js-base64").Base64;
export let fs = require("fs-extra");
export let minimatch = require("minimatch");
export import path = require("path");
export import smartfile = require("smartfile");
export import smartpath = require("smartpath");