js como verificar o tipo de booleano

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