// @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 };