# tc-id-checker

> This package is used to check if a given Turkish ID is valid or not.

Latest version **1.0.1** (published 2023-05-12) · ISC license · 0 weekly downloads

## Install

```sh
npm install tc-id-checker
pnpm add tc-id-checker
yarn add tc-id-checker
bun add tc-id-checker
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2023-05-12 |
| First published | 2023-05-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | root27 |
| Maintainers | ogzdo |
| Keywords | turkish, identity, validate |

## Links

- npm: https://www.npmjs.com/package/tc-id-checker
- npm.io page: https://npm.io/package/tc-id-checker

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2023-05-12
- 1.0.0 — 2023-05-12

## README

## Turkish ID Checker

This package is used to check if a given Turkish ID is valid or not.

## Usage

```js

const { validateIdentityNumber } = require('tc-id-checker');

const identityNumber = "12345678901";
const isValid = validateIdentityNumber(identityNumber);
console.log(isValid); // true

```

---
_Source: https://npm.io/package/tc-id-checker · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
