Fork me on GitHub
#planck
<
2016-09-22
>
mnewhook11:09:09

is there an way to use goog.labs.format.csv?

pesterhazy12:09:17

I can't even get goog.string to work:

pesterhazy12:09:36

cljs.user=> (require 'goog.string)
nil
cljs.user=> (goog.string/format "%s" "abc")
goog.string.format is not a function. (In 'goog.string.format("%s","abc")', 'goog.string.format' is undefined)