squint
squint copied to clipboard
JS Destructuring with aliases
It would be great to add support to the ^:js
function destructuring to support aliases
(defn foo [^:js {a1 :a b1 :b}]
[a1 b1])