Type alias CacheKeyFn<K, U>

CacheKeyFn<K, U>: ((...args: U) => K)

Type Parameters

  • K

  • U extends unknown[]

Type declaration

    • (...args: U): K
    • Parameters

      • Rest ...args: U

      Returns K

Generated using TypeDoc