smartgit/dist/smartgit.plugins.d.ts

8 lines
303 B
TypeScript
Raw Normal View History

2016-11-22 20:49:40 +00:00
import 'typings-global';
export import path = require('path');
export import beautylog = require('beautylog');
export import shelljs = require('shelljs');
export import smartfile = require('smartfile');
export import smartpath = require('smartpath');
export import smartstring = require('smartstring');