smartmongo/ts/smartmongo.plugins.ts
2021-12-20 15:58:23 +01:00

12 lines
198 B
TypeScript

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