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
Right now max value is Number.MAX_SAFE_INTEGER, with no support for bigints. This is an issue for tracking this feature. Hashids has support for it here (for reference): https://github.com/niieani/hashids.js/blob/master/src/hashids.ts
Number.MAX_SAFE_INTEGER
Todos:
encode()/decode()
maxValue()
The text was updated successfully, but these errors were encountered:
+1 this is useful if you need to do something like convert a uuid to a sqid
Sorry, something went wrong.
+1 also required for Mongo Object IDs
No branches or pull requests
Right now max value is
Number.MAX_SAFE_INTEGER
, with no support for bigints. This is an issue for tracking this feature. Hashids has support for it here (for reference): https://github.com/niieani/hashids.js/blob/master/src/hashids.tsTodos:
encode()/decode()
maxValue()
The text was updated successfully, but these errors were encountered: