Type Parameters

  • K extends string

  • V

Hierarchy

Constructors

Properties

db: Level<K, V> = ...
path: string
sublevels: Record<string, StorageLevel<K, V>> = {}
defaultOpts: {
    keyEncoding: string;
    valueEncoding: string;
} = ...

Type declaration

  • keyEncoding: string
  • valueEncoding: string

Methods

Generated using TypeDoc