add rethink

This commit is contained in:
2018-01-07 14:45:43 +01:00
parent 5735ab8577
commit 3ba2bc8446
3 changed files with 14 additions and 3 deletions

View File

@ -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
}