Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

hasLength

  • hasLength(arr: any[]): boolean
  • Checks if an array has length.

    Parameters

    • arr: any[]

      The array

    Returns boolean

    true if the array has length, false otherwise

Generated using TypeDoc