https://github.com/serkanalgur/tckimlik
A tool for validate Turkish Identification Number. Deno version
https://github.com/serkanalgur/tckimlik
deno typescript
Last synced: 3 months ago
JSON representation
A tool for validate Turkish Identification Number. Deno version
- Host: GitHub
- URL: https://github.com/serkanalgur/tckimlik
- Owner: serkanalgur
- License: mit
- Created: 2020-05-20T13:19:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T13:26:31.000Z (about 5 years ago)
- Last Synced: 2025-01-14T11:14:45.494Z (4 months ago)
- Topics: deno, typescript
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TCKimlik
A tool for validate Turkish Identification Number. Deno version
## Installation & Usage
You can import your project and ask script is Turkish Identification Number is true or false
```js
import {TCKimlik} from 'https://deno.land/x/tckimlik/mod.ts';console.log(TCKimlik(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
```