Module Value.Is
val uninitialized : value -> boolval null : value -> boolval undefined : value -> boolval bool : value -> boolval number : value -> boolval string : value -> boolval symbol : value -> boolval array : value -> boolval js_object : value -> boolval js_function : value -> boolval constructor : value -> boolval error : value -> boolval js_exception : value -> boolval big_int : value -> boolval big_float : value -> boolval big_decimal : value -> boolval instance_of : value -> value -> bool