Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsNotEmpty"

Index

Functions

Functions

isNotEmpty

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

    Parameters

    • value: any

      The value being checked.

    Returns boolean

    True if the value is not empty, false otherwise.

Generated using TypeDoc