Liking cljdoc? Tell your friends :D

dynadoc.common


appclj/s≠

clj
(app *state)
cljs
(app ??)
?? invalid arglists:
(quote ([*state]))
source

example->htmlclj/s≠

clj
(example->html {:keys [type prod? static?] :as state}
               {:keys [id doc body-str with-card] :as example})
cljs
(example->html ??)
?? invalid arglists:
(quote ([{:keys [type prod? static?], :as state} {:keys [id doc body-str with-card], :as example}]))
source

expandable-sectionclj/s≠

clj
(expandable-section {:keys [label url *content on-close]})
cljs
(expandable-section ??)
?? invalid arglists:
(quote ([{:keys [label url *content on-close]}]))
source

exportclj/s≠

clj
(export {:keys [cljs-started? static?] :as state} *state)
cljs
(export ??)
?? invalid arglists:
(quote ([{:keys [cljs-started? static?], :as state} *state]))
source

export-formclj/s≠

clj
(export-form {:keys [type ns-sym var-sym export-filter exportable?]} *state)
cljs
(export-form ??)
?? invalid arglists:
(quote ([{:keys [type ns-sym var-sym export-filter exportable?]} *state]))
source

init-editorclj/s

(init-editor rum-state)
source

init-example-editorclj/s

(init-example-editor rum-state)
source

ns-sym->urlclj/s

(ns-sym->url rel-path static? type ns-sym)
source

page-urlclj/s

source

clj
(sidebar {:keys [nses cljs-started? export-filter rel-path static?]})
cljs
(sidebar ??)
?? invalid arglists:
(quote ([{:keys [nses cljs-started? export-filter rel-path static?]}]))
source

source->htmlclj/s≠

clj
(source->html state source)
cljs
(source->html ??)
?? invalid arglists:
(quote ([state source]))
source

spec->htmlclj/s≠

clj
(spec->html state spec)
cljs
(spec->html ??)
?? invalid arglists:
(quote ([state spec]))
source

var->htmlclj/s≠

clj
(var->html {:keys [ns-sym var-sym type rel-path static?] :as state}
           {:keys [sym meta source spec examples methods protocol]})
cljs
(var->html ??)
?? invalid arglists:
(quote ([{:keys [ns-sym var-sym type rel-path static?], :as state} {:keys [sym meta source spec examples methods protocol]}]))
source

var-sym->urlclj/s

(var-sym->url rel-path static? type ns-sym var-sym)
source

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

× close