smartgit/ts/smartgit.plugins.ts
2016-07-02 02:36:33 +02:00

10 lines
330 B
TypeScript

import "typings-global";
export import path = require("path");
export import beautylog = require("beautylog");
export let Q = require("q");
export let shelljs = require("shelljs");
export import smartfile = require("smartfile");
export import smartpath = require("smartpath");
export import smartstring = require("smartstring");