Function JSValueIsBigInt

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