UNPKG

national-code

Version:

Simple library to validate Iranian national code.

15 lines (14 loc) 268 B
<!doctype html> <html> <head> <meta charset="utf-8"> <title>National code validation</title> </head> <body> <h3> See results in console :) </h3> <script src="./index.js"></script> <script src="./demo.js"></script> </body> </html>