• Checks whether or not v is a boolean.

    Parameters

    • v: unknown

      The value to verify.

    Returns v is boolean

    A special Typescript value (which compiles down to a boolean) stating whether v is a boolean.

Generated using TypeDoc