JS wie man den Typ von booleschen überprüft

if (typeof variable == "boolean") {
    // variable is a boolean
}
MrStonkus