Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsArrayEmpty"

Index

Functions

Functions

isArrayEmpty

  • isArrayEmpty(value: any[]): boolean
  • Checks if an array contains any items.

    Parameters

    • value: any[]

      The array being checked

    Returns boolean

    True if the array is empty and false otherwise.

Generated using TypeDoc