nir_validate

1.0.2 • Public • Published

Validation API for the french NIR

Parse and validate the french NIR, based on the wikipedia definition.

Validation des codes NIR - NIRPP - Numéro de sécurité social

Install

$ npm install nir_validate

Usage

const validate = require('nir_validate');
 
validate('255081416802538');
// => true
 
validate('255081416802539');
// => false
 
validate('2 55 08 14 168 025 38');
// => true

Options

  • shouldClean - set this to false to become white-space and case sensitive
validate('2 55 08 14 168 025 38', {shoudlClean: false});
// => false

Package Sidebar

Install

npm i nir_validate

Weekly Downloads

6

Version

1.0.2

License

MIT

Last publish

Collaborators

  • sgmap