Function JSValueIsString

Source
pub unsafe extern "C-unwind" fn JSValueIsString(
    ctx: JSContextRef,
    value: JSValueRef,
) -> bool
👎Deprecated: renamed to JSValue::is_string
Available on crate features JSValueRef and JSBase only.