smartgit/dist/smartgit.plugins.d.ts

9 lines
324 B
TypeScript
Raw Permalink Normal View History

2016-06-12 14:46:59 +00:00
import "typings-global";
2016-06-27 23:21:40 +00:00
export import path = require("path");
export import beautylog = require("beautylog");
2016-07-05 01:47:38 +00:00
export import Q = require("q");
export declare let shelljs: any;
2016-06-27 23:21:40 +00:00
export import smartfile = require("smartfile");
2016-06-28 00:45:37 +00:00
export import smartpath = require("smartpath");
2016-06-27 23:21:40 +00:00
export import smartstring = require("smartstring");