1.2.4 • Published 7 months ago

is-valid-pesel v1.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months 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

7 months ago

1.2.3

1 year ago

1.2.0

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.0

2 years ago

1.0.0

3 years ago