mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
fix(napi-derive): JsUnknown should be unknown type
This commit is contained in:
parent
f05ced0782
commit
6b7cd185a1
@ -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…
x
Reference in New Issue
Block a user