Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LevelUpChain<K, V>

Type parameters

  • K

  • V

Hierarchy

  • LevelUpChain

Index

Properties

Methods

Properties

length

length: number

Methods

clear

  • clear(): this
  • Returns this

del

  • del(key: K): this
  • Parameters

    • key: K

    Returns this

put

  • put(key: K, value: V): this
  • Parameters

    • key: K
    • value: V

    Returns this

write

  • Parameters

    Returns this

  • Returns Promise<this>

Generated using TypeDoc