18 lines
493 B
TypeScript
18 lines
493 B
TypeScript
// @push.rocks scope
|
|
import * as smartfs from '@push.rocks/smartfs';
|
|
import * as smartpath from '@push.rocks/smartpath';
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
import * as smartrx from '@push.rocks/smartrx';
|
|
|
|
export { smartfs, smartpath, smartpromise, smartrx };
|
|
|
|
// thirdparty
|
|
import * as bson from 'bson';
|
|
import * as mingo from 'mingo';
|
|
|
|
export { bson, mingo };
|
|
|
|
// Re-export commonly used mingo classes
|
|
export { Query } from 'mingo';
|
|
export { Aggregator } from 'mingo';
|