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

Type Parameters

  • V

Type declaration

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

      Returns Promise<boolean>

Generated using TypeDoc