(coercive-boolean x)
(core/defmacro coercive-boolean [x] (with-meta (core/list 'js* "~{}" x) {:tag 'boolean}))