Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsArray"

Index

Functions

Functions

isArray

  • isArray(value: any): boolean
  • Checks if a argument is an array

    Parameters

    • value: any

      The value being checked.

    Returns boolean

    True if the value is an instance of an array, false otherwise.

Generated using TypeDoc