A library for generating, printing, and parsing version 4 UUIDs.
There is an existing purescript-uuid
library that also covers v4 UUIDs, but this library is self-contained and does not require additional dependencies from npm
.
Install with Spago:
spago install uuidv4
Or with Bower for legacy projects:
bower install purescript-uuidv4
Module documentation is published on Pursuit.