Module Jv.Bool
bool
properties accessors.
val find : t -> prop -> bool option
find o p
isOption.map to_bool (find o p)
. This is unsafe, only use if you know that ifo
definesp
it is guaranteed to be a JavaScript boolean.
Jv.Bool
bool
properties accessors.
val find : t -> prop -> bool option
find o p
is Option.map to_bool (find o p)
. This is unsafe, only use if you know that if o
defines p
it is guaranteed to be a JavaScript boolean.