UNPKG

tc-check

Version:

A Node.js and TypeScript package to validate Turkish citizens using first name, last name, birth year, and T.C. Kimlik Number via the official government API.

7 lines (6 loc) 125 B
import { Person } from './person'; export interface Result { person: Person; valid: boolean; message?: string; }