Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "core/condition"

Index

Functions

Functions

isNull

  • isNull(value: any): boolean
  • Returns true if the value is null, otherwise returns false.

    Parameters

    • value: any

    Returns boolean

isUndefined

  • isUndefined(value: any): boolean
  • Returns true if the value is undefined, otherwise returns false.

    Parameters

    • value: any

    Returns boolean

Generated using TypeDoc