Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "utils/array"

Index

Functions

areArraysDifferent

  • areArraysDifferent<T>(arr: T[] | undefined, other: T[] | undefined, equalityFn?: undefined | function): boolean
  • Indicates if the given arrays are different (content-wise)

    since

    0.13

    Type parameters

    • T

    Parameters

    • arr: T[] | undefined
    • other: T[] | undefined
    • Optional equalityFn: undefined | function

    Returns boolean

makeUnique

  • makeUnique(arr: string[]): string[]
  • Returns a unique array of strings from the given array

    since

    0.13

    Parameters

    • arr: string[]

    Returns string[]

Generated using TypeDoc