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

    Variable isOffConst Alias

    isOff: (value: unknown) => boolean = isDeclined

    Type declaration

      • (value: unknown): boolean
      • Returns if the value is a value that expresses decline.

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

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

        Parameters

        • value: unknown

        Returns boolean