scala.scalajs.js.prim
Primitive JavaScript boolean.
In most situations, you should not need this trait, and use scala.Boolean instead.
(boolean: scala.Boolean).!=(x)
(boolean: scala.Boolean).&&(x)
(boolean: scala.Boolean).==(x)
(boolean: RichBoolean).toString()
(boolean: scala.Boolean).unary_!
(boolean: scala.Boolean).||(x)
Primitive JavaScript boolean.
In most situations, you should not need this trait, and use scala.Boolean instead.