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

    Variable assertIsNotNoConst Alias

    assertIsNotNo: (value: unknown) => void = assertIsNotDeclined

    Type declaration

      • (value: unknown): void
      • Alias

        Asserts the value is a value that doesn't express decline.

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

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

        assertIsNotDeclined

        Parameters

        • value: unknown

        Returns void