JSBoolean typedef

JSBoolean = JSBoolean

The type of JS booleans, JSBoolean <: JSAny.

Implementation

typedef JSBoolean = js_types.JSBoolean;