• Returns a list of key value pairs in ascending order

    Complexity: O(n)

    Type Parameters

    • K

    • V

    Parameters

    • map: Readonly<Map<K, V>>

    Returns [K, V][]

Generated using TypeDoc