From 84aa80496ea4d7f54306cca38674d9b7cacaae0a Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Sat, 19 Jan 2019 22:01:41 -0800 Subject: Update docs for release 1.2.8 --- docs/modules/_database_.html | 41 ++++++++++++++++++++++++++++++++++------- 1 file changed, 34 insertions(+), 7 deletions(-) (limited to 'docs/modules/_database_.html') diff --git a/docs/modules/_database_.html b/docs/modules/_database_.html index 6252a8e..7c81c91 100644 --- a/docs/modules/_database_.html +++ b/docs/modules/_database_.html @@ -86,6 +86,7 @@

Functions

@@ -106,7 +107,7 @@
read: __promisify__ = promisify(readFile)
@@ -116,13 +117,36 @@
write: __promisify__ = promisify(writeFile)

Functions

+
+ +

Const isRootNode

+
    +
  • isRootNode(path: string): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      path: string
      +
    • +
    +

    Returns boolean

    +
  • +
+

Const splitPath

@@ -133,7 +157,7 @@
  • Parameters

    @@ -155,7 +179,7 @@
    DEFAULT_CTX: object
    @@ -164,7 +188,7 @@
    cachePath: string = `${__dirname}/db.json`
    @@ -174,7 +198,7 @@
    logger: log = console.log
  • @@ -184,7 +208,7 @@
    maxDbSizeMB: number = 6
    @@ -228,6 +252,9 @@
  • write
  • +
  • + isRootNode +
  • splitPath
  • -- cgit v1.2.3