Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "is-nil"

Index

Functions

Functions

Const isNil

  • isNil(x: any): x is null | undefined
  • Checks if x is null or undefined.

    Parameters

    • x: any

    Returns x is null | undefined

Generated using TypeDoc