smartmongo/ts/smartmongo.plugins.ts
2022-06-06 16:51:41 +02:00

18 lines
391 B
TypeScript

// @pushrocks scope
import * as mongodump from '@pushrocks/mongodump';
import * as smartdata from '@pushrocks/smartdata';
import * as smartpath from '@pushrocks/smartpath';
import * as smartpromise from '@pushrocks/smartpromise';
export {
mongodump,
smartdata,
smartpath,
smartpromise,
}
// thirdparty
import * as mongoPlugin from 'mongodb-memory-server';
export { mongoPlugin };