test
This commit is contained in:
parent
41d589ccbc
commit
363492aef5
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ const writeDB = promisify(fs.writeFile);
|
||||||
|
|
||||||
class MitDB {
|
class MitDB {
|
||||||
readonly db;
|
readonly db;
|
||||||
|
fn: string;
|
||||||
|
options?: any;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
|
|
Loading…
Reference in a new issue