RainwayApp / node-clangffi

Generate Typescript FFI bindings for C/C++ libraries using libclang and ffi-napi.
MIT License
7 stars 1 forks source link

fix(void-fn): Handle void fn params #21

Closed bengreenier closed 2 years ago

bengreenier commented 2 years ago

fixes #16 - better handling for situations like:

typedef void (*MyFunctionPointer)(void);