Fork me on GitHub
#funcool
<
2023-01-05
>
mccraigmccraig12:01:19

is it possible to avoid automatic unwrapping with promesa on cljs ? on clj then' does the trick, but on cljs then' seems to unwrap...

cljs.user> (-> (pr/resolved (pr/resolved :foo)) 
               (pr/then' (fn [v] (prn "a" v ))))
"a" :foo