fix(napi-derive): JsUnknown should be unknown type
This commit is contained in:
parent
f05ced0782
commit
6b7cd185a1
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ static KNOWN_TYPES: Lazy<HashMap<&'static str, &'static str>> = Lazy::new(|| {
|
|||
("JsFunction", "(...args: any[]) => any"),
|
||||
("JsGlobal", "typeof global"),
|
||||
("External", "ExternalObject<{}>"),
|
||||
("JsUnknown", "unknown"),
|
||||
]);
|
||||
|
||||
map
|
||||
|
|
Loading…
Reference in a new issue