0.0.2 • Published 1 year ago

rotinv v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

rotinv

Republic of Turkey identity number validator.

Usage

Validate ID Number

const rotinv = require('rotinv');
rotinv.ValidateId(11111111111); // returns false

Validate Name

const rotinv = require('rotinv');
rotinv.ValidateName('Onur Ravli'); // returns true
rotinv.ValidateName('On2ur Ravli@'); // returns false

License

MIT License. For more details, look license.md file.

0.0.2

1 year ago

0.0.1

1 year ago