Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsArrayNotEmpty"

Index

Functions

Functions

isArrayNotEmpty

  • isArrayNotEmpty(value: any[]): boolean
  • Checks if given array is not empty. If null or undefined is given then this function returns false.

    Parameters

    • value: any[]

      The array being checked.

    Returns boolean

    True if given array is not empty, false otherwise.

Generated using TypeDoc