Liking cljdoc? Tell your friends :D

re-frisk.inlined-deps.reagent.v1v0v0.reagent.debug


assert-callableclj/smacro

(assert-callable value)

assert-componentclj/smacro

(assert-component value)

assert-js-objectclj/smacro

(assert-js-object value)

assert-new-stateclj/smacro

(assert-new-state value)

assert-someclj/smacro

(assert-some value tag)

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.
raw docstring

dev?clj/smacro

(dev?)

True if assertions are enabled.

True if assertions are enabled.
raw docstring

errorclj/smacro

(error & forms)

Print with console.error.

Print with console.error.
raw docstring

has-consolecljs


logclj/smacro

(log & forms)

Print with console.log, if it exists.

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

printlnclj/smacro

(println & forms)

Print string with console.log

Print string with console.log
raw 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).
raw docstring

timeclj/smacro

(time & forms)

track-consolecljs


track-warningscljs

(track-warnings f)

trackingcljs


warnclj/smacro

(warn & forms)

Print with console.warn.

Print with console.warn.
raw docstring

warn-unlessclj/smacro

(warn-unless cond & forms)

warningscljs

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

× close