Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

isArray

  • isArray<T>(value: any): value is T[]
  • Returns true if the given value is an array, false if not

    Type parameters

    • T = any

    Parameters

    • value: any

    Returns value is T[]

Generated using TypeDoc