From 2e94d8dce0fb509afd8cdb795067d97ecc4c364f Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Sun, 20 Jan 2019 15:21:34 -0800 Subject: MONOREPO --- docs/modules/_database_.html | 385 ------------------------------------------- 1 file changed, 385 deletions(-) delete mode 100644 docs/modules/_database_.html (limited to 'docs/modules/_database_.html') diff --git a/docs/modules/_database_.html b/docs/modules/_database_.html deleted file mode 100644 index 1d50b7e..0000000 --- a/docs/modules/_database_.html +++ /dev/null @@ -1,385 +0,0 @@ - - - - - - "database" | naive - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - - - -
-
- Menu -
-
-
-
-
-
- -

External module "database"

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Variables

- -
-
-

Functions

- -
-
-

Object literals

- -
-
-
-
-
-

Variables

-
- -

Const read

-
read: __promisify__ = promisify(readFile)
- -
-
- -

Const write

-
write: __promisify__ = promisify(writeFile)
- -
-
-
-

Functions

-
- -

Const isChildOrMatch

-
    -
  • isChildOrMatch(child: string, parent: string): boolean
  • -
- -
-
- -

Const isRootNode

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

    Identify if a path is a root node

    -
    -
    -

    Parameters

    -
      -
    • -
      path: string
      -
    • -
    -

    Returns boolean

    -
  • -
-
-
- -

Const splitPath

-
    -
  • splitPath(path: string): string[]
  • -
-
    -
  • - -
    -
    -

    Split path using "/" as a delimiter

    -
    -
    -

    Parameters

    -
      -
    • -
      path: string
      -
    • -
    -

    Returns string[]

    -
  • -
-
-
-
-

Object literals

-
- -

Const DEFAULT_CTX

-
DEFAULT_CTX: object
- -
- -

cachePath

-
cachePath: string = `${__dirname}/db.json`
- -
-
- -

logger

-
logger: log = console.log
- -
-
- -

maxDbSizeMB

-
maxDbSizeMB: number = 6
- -
-
-
-
- -
-
- -
-

Generated using TypeDoc

-
-
- - - - \ No newline at end of file -- cgit v1.2.3