Liking cljdoc? Tell your friends :D

ez-wire.util


deref-or-valuecljs

(deref-or-value model)
source

deref?cljs

(deref? x)
source

gen-idcljs

(gen-id)

Create a unique-id

Create a unique-id
sourceraw docstring

lowercljs

(lower s)

Converts string to all lower-case. This function works in strictly locale independent way, if you want a localized version, just use locale-lower

Converts string to all lower-case.
This function works in strictly locale independent way,
if you want a localized version, just use `locale-lower`
sourceraw docstring

reagent-native-wrapper?cljs

(reagent-native-wrapper? x)

Check if x has been wrapped by reagent

Check if x has been wrapped by reagent
sourceraw docstring

select-kcljs

(select-k k & maps)

Select a k value from a sequence of maps. Precedence is from first to last

Select a k value from a sequence of maps. Precedence is from first to last
sourceraw docstring

select-kscljs

(select-ks ks & maps)

Select a value from based on ks from a sequence of maps. Precedence is from first to last

Select a value from based on ks from a sequence of maps. Precedence is from first to last
sourceraw docstring

select-optioncljs

(select-option k-or-ks form params)
source

slugcljs

(slug & s)

Transform text into a URL slug

Transform text into a URL slug
sourceraw docstring

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

× close