napi-rs/examples
Hana 97746b79a9
feat(napi): support to use tuple with either (#1993)
`Either` uses `ValidateNapiValue` + `TypeName` to validate and report error on value not being matched. So there's no way to remove these super traits from it. So I implemented these types to `Tuple` types.
2024-03-13 13:29:06 +08:00
..
binary feat(cli): brand new cli tool with both cli and programmatical usage (#1492) 2023-04-06 11:04:53 +08:00
napi feat(napi): support to use tuple with either (#1993) 2024-03-13 13:29:06 +08:00
napi-compat-mode chore: upgrade all dependencies (#1933) 2024-02-01 12:14:56 +08:00
napi-shared fix(napi-derive,cli): register function cross crates (#1848) 2023-12-11 00:36:26 +08:00
tsconfig.json