smartmongo/ts/smartmongo.plugins.ts
2023-08-08 14:07:05 +02:00

18 lines
395 B
TypeScript

// @pushrocks scope
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';
export {
mongodump,
smartdata,
smartpath,
smartpromise,
}
// thirdparty
import * as mongoPlugin from 'mongodb-memory-server';
export { mongoPlugin };