Liking cljdoc? Tell your friends :D

deercreeklabs.tube.utils

Common code and utilities. Parts from https://github.com/farbetter/utils.

Common code and utilities. Parts from https://github.com/farbetter/utils.
raw docstring

browser?clj/s

(browser?)

Inputs: [] Returns: s/Bool

Inputs: []
Returns: s/Bool
sourceraw docstring

compress-smartclj/s

(compress-smart data)
source

configure-loggingclj/s

(configure-logging)
source

get-current-time-msclj/s

(get-current-time-ms)

Inputs: [] Returns: s/Num

Inputs: []
Returns: s/Num
sourceraw docstring

get-platform-kwclj/s

(get-platform-kw)

Inputs: [] Returns: s/Keyword

Inputs: []
Returns: s/Keyword
sourceraw docstring

jvm?clj/s

(jvm?)

Inputs: [] Returns: s/Bool

Inputs: []
Returns: s/Bool
sourceraw docstring

node?clj/s

(node?)

Inputs: [] Returns: s/Bool

Inputs: []
Returns: s/Bool
sourceraw docstring

sym-mapclj/smacro

(sym-map & 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}
sourceraw docstring

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

× close