fix(core): update

This commit is contained in:
2022-06-06 13:04:30 +02:00
parent 82d970069b
commit 32d3ea4d65
10 changed files with 56 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
import * as plugins from './mongodump.plugins.js';
/**
* a mongo compressed dump
* this can be used to create, psersistently store and restore dumps
*
*/
export class MongoCompressedDump {
}