Function includesAll

  • Returns true if the array includes all the elements of the sub array

    Parameters

    • arr: any[]
    • subArr: IterableIterator<any>

    Returns boolean

Generated using TypeDoc