1.0.0 • Published 4 years ago
nidnum v1.0.0
NIDNum
nidnum.js is a converter that work to compose and uncompose the national identification numbers.
Usage Chilean Check
const chilean = require("nidnum/chilean")
console.log(chilean.isValid(""))
const chilean = require("nidnum/chilean")
if (chilean.isValid(RUT)) {
console.log("Is valid")
} else {
console.log("Not is valid")
}
1.0.0
4 years ago
0.1.0-alpha.7
8 years ago
0.1.0-alpha.6
8 years ago
0.1.0-alpha.5
8 years ago
0.1.0-alpha.4
8 years ago
0.1.0-alpha.3
8 years ago
0.1.0-alpha.2
8 years ago
0.1.0-alpha.1
8 years ago
0.1.0-alpha.0
8 years ago