add rethink
This commit is contained in:
@ -2,13 +2,13 @@ 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 rethinkDb from 'rethinkdb'
|
||||
import * as smartq from 'smartq'
|
||||
|
||||
export {
|
||||
assert,
|
||||
beautylog,
|
||||
lodash,
|
||||
mongodb,
|
||||
smartq
|
||||
smartq,
|
||||
rethinkDb
|
||||
}
|
||||
|
Reference in New Issue
Block a user