org.clojars.franks42/cljs-uuid-utils

ClojureScript micro-library with an implementation of a type 4, random UUID generator compatible with RFC-4122 and cljs.core/UUID (make-random-uuid), a uuid-string conformance validating predicate (valid-uuid?), and a UUID factory from uuid-string with conformance validation (make-uuid-from).

  • VCSN/A

  • cljdoc documentationcljdoc
  • 5,172 Downloads
  • 5,111 This Version

Leiningen/Boot

[org.clojars.franks42/cljs-uuid-utils "0.1.3"]

Clojure CLI/deps.edn

org.clojars.franks42/cljs-uuid-utils {:mvn/version "0.1.3"}

Gradle

implementation("org.clojars.franks42:cljs-uuid-utils:0.1.3")

Maven

<dependency>
  <groupId>org.clojars.franks42</groupId>
  <artifactId>cljs-uuid-utils</artifactId>
  <version>0.1.3</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.