Liking cljdoc? Tell your friends :D

spec.validate.boolean


boolean-string?clj

(boolean-string? value)

Returns true if the provided value is a string representing a boolean value ("true" or "false", case insensitive), else returns false.

Returns true if the provided value is a string representing a boolean value
("true" or "false", case insensitive), else returns false.
sourceraw docstring

boolean?clj

(boolean? value)

Returns true if the provided value is a boolean, else returns false.

Returns true if the provided value is a boolean, else returns false.
sourceraw docstring

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

× close