1.0.3 • Published 6 years ago

dni-js-validator v1.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

DNI/NIF Validator

Build Status codecov npm version

It's a very small package that sets out to validate Spanish DNI and NIE. It contains simple functions where the string will be validated against the formula to check whether is valid or not.

Usage

$ npm install dni-js-validator --save 
var dni = require("dni-js-validator")

dni.isValid('12345678Z') // => 'true'
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago