Работа над DbCreator и WebWorker
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
const InpxParser =
|
||||
|
||||
class DbCreator {
|
||||
constructor(config) {
|
||||
this.config = config;
|
||||
}
|
||||
|
||||
async run(db, callback) {
|
||||
const config = this.config;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = DbCreator;
|
||||
Reference in New Issue
Block a user