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) 229 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';