mongodump/ts/mongodump.plugins.ts

25 lines
377 B
TypeScript
Raw Normal View History

2022-06-05 19:04:16 +00:00
// pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpromise from '@pushrocks/smartpromise';
export {
lik,
smartfile,
smartpromise
}
// tsclass
import type * as tsclass from '@tsclass/tsclass';
export {
tsclass
}
// third party scope
import * as mongodb from 'mongodb';
export {
mongodb
}