smartdata/dist/smartdata.plugins.d.ts
2016-11-17 22:36:12 +01:00

9 lines
272 B
TypeScript

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 q from 'q';
declare let nedb: any;
export { assert, beautylog, lodash, mongodb, q, nedb };