1.2.4 • Published 2 years ago

is-valid-pesel v1.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm downloads CI

Is-Valid-PESEL

Check if a number is a valid PESEL.

tl;dr

  • Install by executing npm install is-valid-pesel or yarn add is-valid-pesel.
  • Import by adding import isValidPESEL from 'is-valid-pesel'.
  • Use it by writing const valid = isValidPESEL('50062373028')

See also

  • is-valid-nip: Check if a number is a valid Numer Identyfikacji Podatkowej (NIP).
  • is-valid-regon: Check if a number is a valid REGON.

Examples

isValidPESEL('50062373028'); // true

License

The MIT License.

Author

1.2.4

2 years ago

1.2.3

2 years ago

1.2.0

3 years ago

1.2.2

2 years ago

1.2.1

3 years ago

1.1.0

3 years ago

1.0.0

4 years ago