(defn
figwheel-repl-print
([stream args]
(socket/send!
{:figwheel-event "callback",
:callback-name "figwheel-repl-print",
:content
{:stream stream,
:args
(mapv
(fn*
[p1__18479#]
(if (string? p1__18479#) p1__18479# (js-stringify p1__18479#)))
args)}})
nil)
([args] (figwheel-repl-print :out args)))