2016-11-26 13:45:56 +00:00
|
|
|
import 'typings-global'
|
2016-11-26 22:18:33 +00:00
|
|
|
export import path = require('path')
|
|
|
|
export import q = require('q')
|
2016-11-26 13:45:56 +00:00
|
|
|
export import smartfile = require('smartfile')
|
|
|
|
export import smartstring = require('smartstring')
|
2016-11-26 22:18:33 +00:00
|
|
|
export import smartpath = require('smartpath')
|