fix(core): update
This commit is contained in:
24
ts/mongodump.plugins.ts
Normal file
24
ts/mongodump.plugins.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
// 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
|
||||
}
|
Reference in New Issue
Block a user