Skip to content
New issue

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

feat: export min and max values for ULID #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bradvogel
Copy link

Exports new constants MIN_ULID and MAX_ULID. These can be useful when doing range queries to look for valid ULIDs, eg

id > `${ULID.MIN_ULID} AND id < `${ULID.MAX_ULID}

@bradvogel
Copy link
Author

bradvogel commented Aug 20, 2023

@j0pgrm Mind reviewing? Hopefully this is beneficial to the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant