Liking cljdoc? Tell your friends :D

personas.id.ec


char->intclj/s

(char->int c)
source

constantsclj/s

source

ID-CARDclj/s

source

id-card-codeclj/s

source

id-card-coeffsclj/s

source

numeric?clj/s

(numeric? s)
source

str->intclj/s

(str->int s)
source

TAX-IDclj/s

source

tax-id-codeclj/s

source

tax-id-typeclj/s

(tax-id-type id)
source

valid-identity-card?clj/s

(valid-identity-card? id)
source

valid-tax-id?clj/s

(valid-tax-id? {:keys [identification]})
source

valid?clj/s

(valid? {:keys [identification type] :as id})

Returns true if id is a valid id id - map containing country - country ISO code identification - string representing the ID number type - the code representing the type of ID in that country

Returns true if id is a valid id
id - map containing
    country        - country ISO code
    identification - string representing the ID number
    type           - the code representing the type of ID in that country
sourceraw docstring

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

× close