Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsArraySizeGreaterThan"

Index

Functions

isArraySizeGreaterThan

  • isArraySizeGreaterThan(value: any[], target: number): boolean
  • Checks if array's length is greater than the target number. If null or undefined is given then this function returns false.

    Parameters

    • value: any[]

      The value array being checked.

    • target: number

      The minimum size of the array

    Returns boolean

    True if array's length is greater than the target number, false otherwise.

Generated using TypeDoc