smartgit/ts/smartgit.plugins.ts
2016-11-22 00:07:36 +01:00

8 lines
296 B
TypeScript

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')