Function isMapSubsetOf

  • Type Parameters

    • K
    • V

    Parameters

    • lhs: Map<K, V>
    • rhs: Map<K, V>
    • eq: ((a: V, b: V) => boolean) = ...
        • (a, b): boolean
        • Parameters

          Returns boolean

    Returns boolean