smartmongo/ts/smartmongo.plugins.ts
2021-12-20 16:24:04 +01:00

14 lines
263 B
TypeScript

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