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

    Function assertIsNotAccepted

    • 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