Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsEmpty"

Index

Functions

Functions

isEmpty

  • isEmpty(value: any): boolean
  • Checks if given value is empty (=== '', === null, === undefined).

    Parameters

    • value: any

      The value being checked.

    Returns boolean

    True if the value is empty, false otherwise.

Generated using TypeDoc