mongodump/ts/mongodump.plugins.ts
2022-06-05 21:04:16 +02:00

25 lines
377 B
TypeScript

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