smartdata/dist/smartdata.plugins.d.ts

8 lines
258 B
TypeScript
Raw Normal View History

2016-09-11 16:22:53 +02:00
import 'typings-global';
2016-11-17 22:36:12 +01:00
import * as assert from 'assert';
import * as beautylog from 'beautylog';
import * as lodash from 'lodash';
import * as mongodb from 'mongodb';
2017-06-18 19:52:54 +02:00
import * as smartq from 'smartq';
export { assert, beautylog, lodash, mongodb, smartq };