Liking cljdoc? Tell your friends :D

API

Tick provides a single namespace—tick.api—containing the functions that make up the library’s API.

When you are using tick in programs, it is a recommended idiom that you require tick's api under the t alias as follows:

(require '[tick.core :as t])
Try to restrict your use of tick to the tick.api namespace. Functions in other namespaces, which may not be marked private, are not part of the official API and could change.

Can you improve this documentation? These fine people already did:
Henry Widd & Malcolm Sparks
Edit on GitHub

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

× close