-
Is it possible to ignore e.g. a function in the d.ts file output but still export it in the module to make it accessible? |
Beta Was this translation helpful? Give feedback.
Answered by
m1212e
Sep 17, 2022
Replies: 1 comment
-
After digging through the sourcecode I found the
I did not find a list of all possible arguments for the macro, maybe it would be a good idea to include this in the docs? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
m1212e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After digging through the sourcecode I found the
skip_typescript
argument for the napi macro. E.g.:I did not find a list of all possible arguments for the macro, maybe it would be a good idea to include this in the docs?