RainwayApp / node-clangffi

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

incorrect typing for numbers bigger than Int64 #37

Open bengreenier opened 2 years ago

bengreenier commented 2 years ago

We should use BigInt for numbers greater than i32 (e.g. i64+) in our typings, rather than number which is what we use today.