UNPKG

tc-kimlik-dogrulama

Version:
17 lines (13 loc) 361 B
const tcKimlikDogrulama = require('tc-kimlik-dogrulama') // const tcKimlikDogrulama = require('./tcKimlikDogrulama') const app = async () => { const verification = await tcKimlikDogrulama({ ad: 'Ahmet', soyad: 'Yılmaz', dogumYili: '1989', tcKimlikNo: '94124544014' }) console.log(verification) // true veya false döndürür } app()