Liking cljdoc? Tell your friends :D

ascii-emoji.config

ASCII Emoji configuration and data loaders.

ASCII Emoji configuration and data loaders.
raw docstring

build-dbclj

(build-db)
(build-db file-path file-ext)

Build the emoji-db. Load all edn data files into a map. Use default project file-path and file-ext or specify the file-path and file-ext`

Build the emoji-db. Load all edn data files into a map.
Use default project file-path and file-ext or
specify the `file-path` and file-ext`
sourceraw docstring

file-listclj

(file-list file-path file-ext)

Return a lazy-seq of files from file-path that end in file-ext.

Return a lazy-seq of files from `file-path` that end in `file-ext`.
sourceraw docstring

load-ednclj

(load-edn source)

Load edn files from an io/reader source (filename or io/resource). Orig fn: https://clojuredocs.org/clojure.edn/read#example-5a68f384e4b09621d9f53a79

Load edn files from an io/reader `source` (filename or io/resource).
Orig fn: https://clojuredocs.org/clojure.edn/read#example-5a68f384e4b09621d9f53a79
sourceraw docstring

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

× close