Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsArrayNotContainerOf"

Index

Functions

isArrayNotContainerOf

  • isArrayNotContainerOf(value: any[], target: any[]): boolean
  • Checks if value array does not contain any of the given target values. If null or undefined is given then this function returns false.

    Parameters

    • value: any[]

      The value container array being checked.

    • target: any[]

      The array of target values

    Returns boolean

    True if value array does not contain any of the given target values, false otherwise.

Generated using TypeDoc