Liking cljdoc? Tell your friends :D

deercreeklabs.tube.utils

Common code and utilities.

Common code and utilities.
raw docstring

browser?clj/s

(browser?)

Inputs: [] Returns: s/Bool

Inputs: []
Returns: s/Bool
raw docstring

current-time-msclj/s

(current-time-ms)

Inputs: [] Returns: s/Num

Inputs: []
Returns: s/Num
raw docstring

ex-msgclj/s

(ex-msg e)

Inputs: [e] Returns: s/Str

Inputs: [e]
Returns: s/Str
raw docstring

ex-msg-and-stacktraceclj/s

(ex-msg-and-stacktrace e)

Inputs: [e] Returns: s/Str

Inputs: [e]
Returns: s/Str
raw docstring

ex-stacktraceclj/s

(ex-stacktrace e)

Inputs: [e] Returns: s/Str

Inputs: [e]
Returns: s/Str
raw docstring

jvm?clj/s

(jvm?)

Inputs: [] Returns: s/Bool

Inputs: []
Returns: s/Bool
raw docstring

node?clj/s

(node?)

Inputs: [] Returns: s/Bool

Inputs: []
Returns: s/Bool
raw docstring

noop-loggerclj/s

(noop-logger level msg)

platform-kwclj/s

(platform-kw)

Inputs: [] Returns: s/Keyword

Inputs: []
Returns: s/Keyword
raw docstring

sym-mapclj/s≠macro

clj
(sym-map & syms)
cljs
(sym-map &form &env & syms)

Builds a map from symbols. Symbol names are turned into keywords and become the map's keys. Symbol values become the map's values. (let [a 1 b 2] (sym-map a b)) => {:a 1 :b 2}

Builds a map from symbols.
 Symbol names are turned into keywords and become the map's keys.
 Symbol values become the map's values.
(let [a 1
      b 2]
  (sym-map a b))  =>  {:a 1 :b 2}
raw docstring

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

× close