smartdata/ts/smartdata.plugins.ts

16 lines
513 B
TypeScript
Raw Normal View History

2020-08-18 15:10:44 +00:00
// tsclass scope
import * as tsclass from '@tsclass/tsclass';
export { tsclass };
// @pushrocks scope
import * as smartlog from '@pushrocks/smartlog';
import * as lodash from 'lodash';
import * as mongodb from 'mongodb';
2019-01-07 01:38:30 +00:00
import * as smartq from '@pushrocks/smartpromise';
2022-05-16 22:33:44 +00:00
import * as smartrx from '@pushrocks/smartrx';
2019-01-07 01:38:30 +00:00
import * as smartstring from '@pushrocks/smartstring';
2019-09-02 14:42:29 +00:00
import * as smartunique from '@pushrocks/smartunique';
2016-11-17 21:36:12 +00:00
2022-05-16 22:33:44 +00:00
export { smartlog, lodash, smartq, smartrx, mongodb, smartstring, smartunique };