identification-numbers-pl
v0.0.1-alpha.2
Published
Provides utility methods to validate and generate various identification numbers used in Poland such as NIP, REGON, PESEL, etc.
Downloads
2
Maintainers
Readme
identification-numbers-pl
Provides utility methods to validate and generate various identification numbers used in Poland such as NIP, REGON, PESEL, etc.
Note that this project is still in its incubating phase.
Installation
$ npm install identification-numbers-pl --save --save-exact
Quick Start
var ids = require('identification-numbers-pl');
expect(ids.pesel('83071503434').isValid()).to.be.true;
expect(ids.regon('975124224').isValid()).to.be.true;