smartdata/ts/smartdata.plugins.ts
2017-06-18 19:52:54 +02:00

15 lines
272 B
TypeScript

import 'typings-global'
import * as assert from 'assert'
import * as beautylog from 'beautylog'
import * as lodash from 'lodash'
import * as mongodb from 'mongodb'
import * as smartq from 'smartq'
export {
assert,
beautylog,
lodash,
mongodb,
smartq
}