tguard-js
    Preparing search index...

    Function isBoolean

    • Determines whether the provided value is a boolean (true or false).

      Parameters

      • x: unknown

        The value to be checked.

      Returns x is boolean

      true if the value is a boolean, otherwise false.

      1.0