smartmongo/ts/smartmongo.plugins.ts

18 lines
391 B
TypeScript
Raw Normal View History

2021-12-20 14:58:23 +00:00
// @pushrocks scope
2022-06-06 14:51:41 +00:00
import * as mongodump from '@pushrocks/mongodump';
2021-12-20 15:24:04 +00:00
import * as smartdata from '@pushrocks/smartdata';
2022-06-06 14:51:41 +00:00
import * as smartpath from '@pushrocks/smartpath';
2021-12-20 14:58:23 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
export {
2022-06-06 14:51:41 +00:00
mongodump,
2021-12-20 15:24:04 +00:00
smartdata,
2022-06-06 14:51:41 +00:00
smartpath,
2021-12-20 15:24:04 +00:00
smartpromise,
2021-12-20 14:58:23 +00:00
}
// thirdparty
import * as mongoPlugin from 'mongodb-memory-server';
export { mongoPlugin };