(=name entity-name)
(base? {:keys [type]})
(brick? {:keys [type]})
(component? {:keys [type]})
(exists? {:keys [exists?]})
(filter-entries path-entries criterias)
(has-entry? path-entries criterias)
(match? path-entry criterias)
(not-exists? {:keys [exists?]})
(not-profile? {:keys [profile?]})
(profile? {:keys [profile?]})
(project? {:keys [type]})
(resources-path? {:keys [path]})
(resources? path)
(src-path? {:keys [path test?]})
(src? {:keys [test?]})
(test-path? {:keys [path test?]})
(test? {:keys [test?]})
(truthy _)
cljdoc is a website building & hosting documentation for Clojure/Script libraries