@untemps/utils - v3.1.0
    Preparing search index...

    Function isNil

    • Parameters

      • value: unknown

        The value to check.

      Returns value is null | undefined

      true whether the value is undefined or null.

      import { isNil } from '@untemps/utils/lang/isNil'

      isNil(undefined) // true
      isNil(42) // false