Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsNotIn"

Index

Functions

Functions

isNotIn

  • isNotIn(value: any, target: any[]): boolean
  • Checks if given value is in the target array of allowed values.

    Parameters

    • value: any

      The value being checked.

    • target: any[]

      The target value to perform the check against.

    Returns boolean

    True if the value is not in the target array, false otherwise.

Generated using TypeDoc