fix(napi): missing ValidateNapiValue for JsObject (#1606)

This commit is contained in:
LongYinan 2023-05-27 13:33:42 +08:00 committed by GitHub
parent 433e5b13bf
commit 5a2cd93708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,3 +88,5 @@ impl TypeName for Object {
ValueType::Object
}
}
impl ValidateNapiValue for JsObject {}