15 lines
278 B
TypeScript
15 lines
278 B
TypeScript
import 'typings-global'
|
|
import * as assert from 'assert'
|
|
import * as beautylog from 'beautylog'
|
|
import * as lodash from 'lodash'
|
|
import * as rethinkDb from 'rethinkdb'
|
|
import * as smartq from 'smartq'
|
|
|
|
export {
|
|
assert,
|
|
beautylog,
|
|
lodash,
|
|
smartq,
|
|
rethinkDb
|
|
}
|