pub unsafe fn check_object_type_tag(
    env: Env,
    object: Value,
    tag: *const TypeTag,
    result: *mut bool
) -> Status
Available on crate features sys and napi-8 only.
Expand description