Class Repository<K, V>

Type Parameters

  • K

  • V

Hierarchy

  • Repository

Constructors

Properties

Methods

Constructors

  • Type Parameters

    • K

    • V

    Parameters

    • hash: ((k: K) => string)
        • (k: K): string
        • Parameters

          • k: K

          Returns string

    Returns Repository<K, V>

Properties

hash: ((k: K) => string)

Type declaration

    • (k: K): string
    • Parameters

      • k: K

      Returns string

map: Map<string, V> = ...

Methods

Generated using TypeDoc