Skip to content

Node.js module to check to see if number is a valid Turkish Identity Number | TCKN

License

Notifications You must be signed in to change notification settings

burakgazi/istckn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isTCKN

Known Vulnerabilities

License

A simple, lightweight module to check if given string or number is a valid TCKN-Turkish National Identity. It checks the given value against the TCKN algorithm.

Example

const isTCKN = require('istckn');

isTCKN('[valid tckn]'); // true
isTCKN([valid tckn]); // true

isTCKN('[invalid tckn]'); // false
isTCKN({}); // false

About

Node.js module to check to see if number is a valid Turkish Identity Number | TCKN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published