mate icon indicating copy to clipboard operation
mate copied to clipboard

Useful functions, some of which I wish were in the Clojure standard library.

Results 2 mate issues
Sort by recently updated
recently updated
newest added

Supported argument format: ```clojure (js-spread :foo "foo" :... my-js-object ;; spread "..." "not a js-object" ;; no spread because it only works with `:...` as a literal :bar "bar") ```

enhancement