An open API service indexing awesome lists of open source software.

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

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
```