id-check-util
v1.0.1
Published
A lightweight Node.js utility for calculating **check digits** and validating **ID numbers**.
Readme
ID Validator
A lightweight Node.js utility for calculating check digits and validating ID numbers.
🚀 Installation
npm install id-check-util📦 Usage
import { checkValid } from "id-check-util";
// Validate a full ID number (including check digit at the end)
console.log(checkValid("1234567894")); // → Boolean
🧪 Testing
If you want to run the tests locally:
npm install
npm test📄 License
MIT © Cheplusplus
