Liking cljdoc? Tell your friends :D

nnichols.predicate

A bunch of utility predicates

A bunch of utility predicates
raw docstring

boolean?clj/s

(boolean? x)

Returns true iff x is a boolean. This is an important safety check for cljs

Returns true iff `x` is a boolean.
This is an important safety check for cljs
sourceraw docstring

date?clj/s

Returns true iff 'x' is a date

Returns true iff 'x' is a date
sourceraw docstring

guid?clj/s

Returns true iff x is a GUID.

Returns true iff `x` is a GUID.
sourceraw docstring

uuid?clj/s

(uuid? x)

Returns true iff x is a UUID.

Returns true iff `x` is a UUID.
sourceraw docstring

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

× close