jty
    Preparing search index...

    Function isSameMap

    • Checks if two Map objects are the same.

      Type Parameters

      • T
      • U

      Parameters

      • x: unknown

        The first value to compare.

      • ref: Map<T, U>

        The reference Map.

      Returns x is Map<T, U>

      true if the maps are the same, false otherwise.

      if ref is not a Map.