StorageMapKeyFn<V>: ((this: LevelStorage<V>, entry: string) => Promise<string>)

Type Parameters

  • V

Type declaration

    • (this: LevelStorage<V>, entry: string): Promise<string>
    • Parameters

      Returns Promise<string>

Generated using TypeDoc