Size Gets the size of keys using iterable.
Iterator
Clear Clears the store basically {}
Defaults Ensures defaults in store.
Del : Removes a key from the store.
the key to be removed.
Ensure Default Ensures a default value.
the value to be inpsected.
the default value if val is undefined.
Ensure Dir Ensures the directory exists.
Exit Handler Ensures write finishes before exit.
the type of exit.
the code or error upon exit.
Gets value for the provided key.
the key for looking up store value.
a default value.
Get Path Creates path for persisting data.
options to be used for generating path.
Has Key Checks if store has the specified key.
the key to inspect.
Has Listener Checks if the Event Emitter contains a listener for the given key.
the key to inspect eventNames for.
Normalize Key Normalizes key prefixing with superkey if exists.
the key to be normalized.
Set Sets a value for key.
the key to set.
the value to set for specified key.
Snapshot Gets a snapshot of the store's state.
Transform Runs transform from options.
the data to be transformed.
Generated using TypeDoc
For Each Sames as [...instance] here for convenience.