Options
All
  • Public
  • Public/Protected
  • All
Menu

Module is/array

Index

References

Functions

References

Renames and re-exports isArray

Functions

  • isArray(test: any): test is any[]
  • Checks if test is array.

    example

    isArray([]); //=> true isArray(null); //=> false

    Parameters

    • test: any

      The value to check.

    Returns test is any[]

    Returns true if test is array, else false.

Generated using TypeDoc