smartmongo/ts/smartmongo.plugins.ts

14 lines
263 B
TypeScript
Raw Normal View History

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