mate icon indicating copy to clipboard operation
mate copied to clipboard

Add a macro js-spread for CLJS

Open green-coder opened this issue 11 months ago • 0 comments

Supported argument format:

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

green-coder avatar Jan 27 '25 10:01 green-coder