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.

6 lines 233 B
export * from './types/person'; export * from './types/result'; export * from './services/validator'; export * from './services/soapService'; export * from './services/apiService'; export * from './services/verificationService';