LiosK / uuidv7

A JavaScript implementation of UUID version 7
Apache License 2.0
173 stars 3 forks source link

[feature request] add a method to check if UUID is v7 #2

Closed lucgagan closed 1 year ago

LiosK commented 1 year ago

Take a look at v0.5.0 and its API document: https://liosk.github.io/uuidv7/classes/UUID.html

lucgagan commented 1 year ago

Thank you!

barbalex commented 7 months ago

Do you have an example of how that would be used to test if a value is a uuid v7?