Fork me on GitHub
#clojurescript
<
2016-08-21
>
shaunlebron20:08:56

the best resource for creating externs is the curated list of externs here: https://github.com/cljsjs/packages

shaunlebron20:08:36

you can look at those for examples, and you can read the document here: https://github.com/cljsjs/packages/wiki/Creating-Externs

shaunlebron20:08:59

the #cljsjs channel can help too

timgilbert23:08:11

Hmm, am I correct that for parsing EDN in ClojureScript, my options are either the (unsafe) cljs.reader/parse-string or encoding using something other than EDN?