Function hasSubset

  • Check if object has a subset.

    Parameters

    • x: object

      an object

    • y: object

      search subset

    • fc: CompareFunction = null

      compare function (a, b)

    • fm: MapFunction = null

      map function (v, k, x)

    Returns boolean

    y ⊆ x?

Generated using TypeDoc