I tried to create a type definition for this lib to easily implement it in typescript with loadCollections method just adding the collection object in the dbDisk object in way that I can't add a type for it in typescript
please check the following line:
this[collectionName] = new Collection(this, collectionName);
I tried to create a type definition for this lib to easily implement it in typescript with loadCollections method just adding the collection object in the dbDisk object in way that I can't add a type for it in typescript
please check the following line:
this[collectionName] = new Collection(this, collectionName);