UNPKG
eg-id-validate
Version:
latest (1.0.1)
1.0.1
1.0.0
A javascript library to validate the Egyptian ID
eg-id-validate
/
example
/
simple-use.js
5 lines
(2 loc)
•
77 B
JavaScript
View Raw
1
2
3
4
5
const
V =
require
(
'../index.js'
)
console
.
info
(V.
checker
(
'31803312352435'
))