@hexafuchs/what.js
    Preparing search index...

    Function isMissing

    • Returns if the value is considered missing.

      This includes everything that can be converted with String(value) and has one of these values in lowercase:

      • null
      • undefined
      • none
      • '' (empty string)

      Parameters

      • value: unknown

      Returns boolean