smartscaf/ts/smartscaf.plugins.ts

21 lines
421 B
TypeScript
Raw Normal View History

2017-05-03 07:45:22 +00:00
import 'typings-global'
import * as lodash from 'lodash'
import * as path from 'path'
2017-04-28 22:44:23 +00:00
import * as smartfile from 'smartfile'
import * as smartfm from 'smartfm'
2017-04-28 22:44:23 +00:00
import * as smarthbs from 'smarthbs'
2017-05-05 22:47:27 +00:00
import * as smartinteract from 'smartinteract'
2017-04-28 22:44:23 +00:00
import * as smartq from 'smartq'
2017-05-25 16:32:53 +00:00
import * as smartyaml from 'smartyaml'
2017-04-28 22:44:23 +00:00
export {
2017-05-03 07:45:22 +00:00
lodash,
path,
2017-04-28 22:44:23 +00:00
smartfile,
smartfm,
2017-04-28 22:44:23 +00:00
smarthbs,
2017-05-05 22:47:27 +00:00
smartinteract,
2017-05-25 16:32:53 +00:00
smartq,
smartyaml
2017-04-28 22:44:23 +00:00
}