(validate-derived-datatype context
{:keys [base length minLength maxLength minimum
minInclusive minExclusive maximum
maxInclusive maxExclusive]
:as dt})
(validate-derived-datatype-format context {:keys [format base] :as datatype})
(validate-number-format-type type-name)
Returns a validator which checks a parsed number format is valid for the named data type
Returns a validator which checks a parsed number format is valid for the named data type
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close