Liking cljdoc? Tell your friends :D

faker.helper

Contains helper function for creating random data.

Contains helper function for creating random data.
raw docstring

available-languages*clj

(available-languages*)

Get all the available languages from the Locale class

Get all the available languages from the Locale class
raw docstring

default-languageclj


lazy-bodysclj

(lazy-bodys {:keys [paras-range para-sep]
             :as args
             :or {para-sep "<div> <br /> </div>" paras-range [1 5]}})

Lazy sequence of random bodys.

Lazy sequence of random bodys.
raw docstring

lazy-paragraphsclj

(lazy-paragraphs {:keys [sentences-range] :as args :or {sentences-range [3 5]}})

Lazy sequence of random paragraphs.

Lazy sequence of random paragraphs.
raw docstring

lazy-sentencesclj

(lazy-sentences {:keys [words-range] :as args :or {words-range [4 10]}})

Lazy sequence of random sentences.

Lazy sequence of random sentences.
raw docstring

lazy-wordsclj

(lazy-words {:keys [lang fallback-lang]
             :or {fallback-lang default-language lang default-language}})

Lazy sequence of random words

Lazy sequence of random words
raw docstring

loremclj


special-language-nameclj

Special Case handling of Chinese since chinese traditional is not available in the JVM.

Special Case handling of Chinese since chinese traditional is not available in the JVM.
raw docstring

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

× close