• Queries whether the key is in the dictionary.

    Type Parameters

    • K

    Parameters

    • key: K

      Key to check.

    Returns (<V>(m) => boolean)

    Whether the dictionary has an entry with the key.

      • <V>(m): boolean
      • Type Parameters

        • V

        Parameters

        • m: Map<K, V>

        Returns boolean

Generated using TypeDoc