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

    Function assertIsMissing

    • Alias

      Asserts 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)

      assertIsMissing

      Parameters

      • value: unknown

      Returns void