tcno-verification
v1.2.4
Published
Checks the accuracy of the entered TC Number.
Downloads
29
Maintainers
Readme
TC No Verification / T.C. Kimlik Numarası Kontrol Etme
Checks the accuracy of the entered TC Number.
This library very small 1.2k
Demo link is here.
Function Response
The function returns a boolean value. If TC number passes through the function of validation, the true would return.
How install and use
Run npm install tcno-verification --save
.
Add to your page import TCNoVerification from 'tcno-verification';
where you need.
AND CALL IT TCNoVerification('<TC Number>')
.