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

    Function isAccepted

    • Returns if the value is a value that expresses acceptance.

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

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

      Parameters

      • value: unknown

      Returns boolean