Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/others/isEmpty

Index

Functions

Functions

Const isEmpty

  • isEmpty(data: any): boolean
  • isEmpty - returns true if given data is empty

    example

    // returns true isEmpty(null);

    Parameters

    • data: any

    Returns boolean

    {boolean}

Generated using TypeDoc