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

    Variable assertIsNullishConst Alias

    assertIsNullish: (value: unknown) => void = assertIsMissing

    Type declaration

      • (value: unknown): void
      • 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