Liking cljdoc? Tell your friends :D

day8.re-frame-10x.inlined-deps.reagent.v0v10v0.reagent.debug


assert-callableclj/smacro

(assert-callable value)
source

assert-componentclj/smacro

(assert-component value)
source

assert-js-objectclj/smacro

(assert-js-object value)
source

assert-new-stateclj/smacro

(assert-new-state value)
source

assert-someclj/smacro

(assert-some value tag)
source

dbgclj/smacro

(dbg x)

Useful debugging macro that prints the source and value of x, as well as package name and line number. Returns x.

Useful debugging macro that prints the source and value of x,
as well as package name and line number. Returns x.
sourceraw docstring

dev?clj/smacro

(dev?)

True if assertions are enabled.

True if assertions are enabled.
sourceraw docstring

errorclj/smacro

(error & forms)

Print with console.error.

Print with console.error.
sourceraw docstring

has-consolecljs

source

logclj/smacro

(log & forms)

Print with console.log, if it exists.

Print with console.log, if it exists.
sourceraw docstring

printlnclj/smacro

(println & forms)

Print string with console.log

Print string with console.log
sourceraw docstring

prnclj/smacro

(prn & forms)

Like standard prn, but prints using console.log (so that we get nice clickable links to source in modern browsers).

Like standard prn, but prints using console.log (so that we get
nice clickable links to source in modern browsers).
sourceraw docstring

timeclj/smacro

(time & forms)
source

track-consolecljs

source

track-warningscljs

(track-warnings f)
source

trackingcljs

source

warnclj/smacro

(warn & forms)

Print with console.warn.

Print with console.warn.
sourceraw docstring

warn-unlessclj/smacro

(warn-unless cond & forms)
source

warningscljs

source

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

× close