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

    Variable assertIsNoConst Alias

    assertIsNo: (value: unknown) => void = assertIsDeclined

    Type declaration

      • (value: unknown): void
      • Alias

        Asserts the value is a value that expresses decline.

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

        • false
        • f
        • no
        • n
        • off
        • 0
        • -1

        assertIsDeclined

        Parameters

        • value: unknown

        Returns void