• Creates a new Map object with the single entry.

    Type Parameters

    • K

    Parameters

    • key: K

      Related object for querying the value.

    Returns (<V>(value) => Map<K, V>)

    A new Map with an entry of key and value.

      • <V>(value): Map<K, V>
      • Type Parameters

        • V

        Parameters

        • value: V

        Returns Map<K, V>

Generated using TypeDoc