Liking cljdoc? Tell your friends :D

fireworks.util


as-strclj/s

(as-str x)
source

badge-typeclj/s

(badge-type s)

Derived badge type keyword, based on input string.

(badge-type "#js ") => :literal-label

(badge-type "λ") => :lamda-label

(badge-type "SomeOtherTypeOrClass") => :type-label

Derived badge type keyword, based on input string.

(badge-type "#js ") => :literal-label

(badge-type "λ") => :lamda-label

(badge-type "SomeOtherTypeOrClass") => :type-label
sourceraw docstring

carries-meta?clj/s

(carries-meta? x)
source

char-repeatclj/s

(char-repeat n s)
source

css-stylemap->strclj/s

(css-stylemap->str m)
source

form-meta->file-infoclj/s

(form-meta->file-info {:keys [file line column]})
source

m->sgrclj/s

(m->sgr {fgc* :color
         bgc* :background-color
         :keys [k font-style font-weight disable-italics? disable-font-weights?
                debug-on-token?]
         :or {debug-on-token? false}
         :as m})
source

maybeclj/s

(maybe x pred)
source

nameable?clj/s

(nameable? x)
source

readable-sgrclj/s

(readable-sgr x)
source

shortenedclj/s

(shortened v limit)

Stringifies a collection and truncates the result with ellipsis so that it fits on one line.

Stringifies a collection and truncates the result with ellipsis 
so that it fits on one line.
sourceraw docstring

spacesclj/s

(spaces n)
source

string-like?clj/s

(string-like? v)
source

x->sgrclj/s

(x->sgr x k)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close