Interface TypedKeyValue<T>Internal

Type Parameters

  • T

Hierarchy

  • TypedKeyValue

Implemented by

Properties

Properties

get: (<K>(key: K) => T[K]) | (<V>(key: string) => V)
has: (<K>(key: K) => boolean)

Type declaration

    • <K>(key: K): boolean
    • Type Parameters

      Type Parameters

      • K extends string

      Parameters

      • key: K

      Returns boolean