A small library of utility functions for ClojureScript projects.
In almost every ClojureScript project I work on there tends to be a util/*
namespace with helper functions that do not exist in the core library.
This library is an attempt to create a generic version of these functions.
Add the following to your project.clj
:dependencies
vector:
[com.oakmac/cljs-util "5.0.0"]
.cljc
files or Clojure / JVM compatibilityCan you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close