fix(napi): missing ValidateNapiValue for JsObject (#1606)
This commit is contained in:
parent
433e5b13bf
commit
5a2cd93708
1 changed files with 2 additions and 0 deletions
|
@ -88,3 +88,5 @@ impl TypeName for Object {
|
||||||
ValueType::Object
|
ValueType::Object
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
impl ValidateNapiValue for JsObject {}
|
||||||
|
|
Loading…
Reference in a new issue