We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow parsing big integers into JS BigInt. This should be exposed as an override-able config option bigInt: bigint | string | number.
BigInt
bigInt: bigint | string | number
The text was updated successfully, but these errors were encountered:
Any way I can help out on this?
Sorry, something went wrong.
Any updates on this? Without this feature I can hardly imagine any use of this library in production.
Wondering about this one as well
@adelsz , any update? And thanks for this package :)
@technic @roei3000b @karibertils @jb-reefer
This is possible in v2.1.0 using a type override. We now have a test case demonstrating this too: eae091b
There is a section in the docs on this too: https://pgtyped.vercel.app/docs/typing
adelsz
No branches or pull requests
Allow parsing big integers into JS
BigInt
.This should be exposed as an override-able config option
bigInt: bigint | string | number
.The text was updated successfully, but these errors were encountered: