@nevware21/ts-utils
    Preparing search index...

    Function isBoolean

    • Checks if the type of value is a boolean.

      Parameters

      • value: any

        Value to be checked.

      Returns value is boolean

      True if the value is a boolean, false otherwise.