pub unsafe fn is_typed_array(ctx: *mut JSContext, arr: &JSValueRef) -> bool
Expand description

check if a ref is a TypedArray

Safety

please ensure that the relevant QuickjsRealmAdapter is not dropped while using this function or a result of this function