Liking cljdoc? Tell your friends :D

dommy.utils


all-constant?clj

(all-constant? data)
source

as-strclj/s

(as-str s)

Coerces strings and keywords to strings, while preserving namespace of namespaced keywords

Coerces strings and keywords to strings, while preserving namespace of
namespaced keywords
source (clj)source (cljs)raw docstring

class-indexcljs

(class-index class-name class)

Finds the index of class in a space-delimited class-name only will be used when Element::classList doesn't exist

Finds the index of class in a space-delimited class-name
only will be used when Element::classList doesn't exist
sourceraw docstring

class-match?cljs

(class-match? class-name class idx)

Does class-name string have class starting at index idx. only will be used when Element::classList doesn't exist

Does `class-name` string have class starting at index idx.
only will be used when Element::classList doesn't exist
sourceraw docstring

class-selector?clj

(class-selector? s)
source

constant?clj

(constant? data)
source

dissoc-incljs

(dissoc-in m [k & ks])

Dissociate this keyseq from m, removing any empty maps created as a result (including at the top-level).

Dissociate this keyseq from m, removing any empty maps created as a result
(including at the top-level).
sourceraw docstring

id-selector?clj

(id-selector? s)
source

query-selectorclj

(query-selector base data)
source

query-selector-allclj

(query-selector-all base data)
source

remove-class-strcljs

(remove-class-str init-class-name class)
source

selectorclj

(selector data)
source

selector-formclj

(selector-form data)
source

single-selector?clj

(single-selector? data)
source

tag-selector?clj

(tag-selector? s)
source

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

× close