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

    Variable assertIsNotYesConst Alias

    assertIsNotYes: (value: unknown) => void = assertIsNotAccepted

    Type declaration

      • (value: unknown): void
      • Alias

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

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

        • true
        • t
        • yes
        • y
        • on
        • 1

        assertIsNotAccepted

        Parameters

        • value: unknown

        Returns void