Type Alias GetOrGenerate<K, V, Z>

GetOrGenerate<K, V, Z>: ((key: K, args?: Z) => Promise<V>)

Type Parameters

  • K
  • V
  • Z