istckimlik
Version:
A tool for validate Turkish Identification Number
25 lines (16 loc) • 782 B
Markdown
A tool for validate Turkish Identification Number
You can install this component via npm or yarn
```bash
npm install istckimlik
yarn add istckimlik
```
You can import your project and ask script is Turkish Identification Number is true or false
```js
var kontrol = require('istckimlik')
console.log(kontrol.isTCKimlik(34123889266));
// function will return true or false P.S you need to give variable as number.
// second P.S : this Turkish Identification Number is auto generated
```