Type Alias ValueProvider<KeyType, ResultType>

ValueProvider: (key: KeyType) => ResultType | undefined

A function producing a result for a given key.

Type Parameters

  • KeyType
  • ResultType

Type declaration