add extended variable checking

This commit is contained in:
2017-05-01 16:57:53 +02:00
parent 4967bd6a60
commit 2b50191093
17 changed files with 415 additions and 118 deletions

View File

@@ -1,12 +1,14 @@
import 'typings-global'
import * as handlebars from 'handlebars'
import * as lodash from 'lodash'
import * as path from 'path'
import * as smartfile from 'smartfile'
import * as smartq from 'smartq'
import * as path from 'path'
export {
handlebars,
lodash,
path,
smartfile,
smartq,
path
smartq
}