nidnum

1.0.0 • Public • Published

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")
}

Readme

Keywords

Package Sidebar

Install

npm i nidnum

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

9.07 kB

Total Files

11

Last publish

Collaborators

  • jondotsoy