smartdata/dist/smartdata.plugins.d.ts

8 lines
296 B
TypeScript
Raw Normal View History

2017-07-15 22:11:03 +00:00
import * as assert from 'assert';
import * as beautylog from 'beautylog';
import * as lodash from 'lodash';
2018-01-07 16:26:34 +00:00
import * as rethinkDb from 'rethinkdb';
2017-07-15 22:11:03 +00:00
import * as smartq from 'smartq';
import * as smartstring from 'smartstring';
export { assert, beautylog, lodash, smartq, rethinkDb, smartstring };