UNPKG

istckimlik

Version:

A tool for validate Turkish Identification Number

7 lines (6 loc) 178 B
/** * @Method: Checks Turkish Identification Number is true or false * @Param {number} * @Return {boolean} */ export declare function isTCKimlik(TurkishID: number): boolean;