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

    Variable isOnConst Alias

    isOn: (value: unknown) => boolean = isAccepted

    Type declaration

      • (value: unknown): boolean
      • 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