2021-12-20 15:58:23 +01:00
|
|
|
// @pushrocks scope
|
2023-08-08 14:07:05 +02:00
|
|
|
import * as mongodump from '@push.rocks/mongodump';
|
|
|
|
import * as smartdata from '@push.rocks/smartdata';
|
|
|
|
import * as smartpath from '@push.rocks/smartpath';
|
|
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
2021-12-20 15:58:23 +01:00
|
|
|
|
2023-08-08 16:59:47 +02:00
|
|
|
export { mongodump, smartdata, smartpath, smartpromise };
|
2021-12-20 15:58:23 +01:00
|
|
|
|
|
|
|
// thirdparty
|
|
|
|
import * as mongoPlugin from 'mongodb-memory-server';
|
|
|
|
|
|
|
|
export { mongoPlugin };
|