nric-tools

1.0.4 • Public • Published

nric-tools

Verify Singapore-issued National Registration Identity Card numbers

Usage

const nric = require('../index.js');
const input = 'S0000005A';

if (nric.verifyChecksum(input)) {
    console.log("Pass");
    return 1;
} else {
    console.log("Failed");
    return 0;
}

/nric-tools/

    Package Sidebar

    Install

    npm i nric-tools

    Weekly Downloads

    0

    Version

    1.0.4

    License

    MPL-2.0

    Unpacked Size

    3.36 kB

    Total Files

    3

    Last publish

    Collaborators

    • jqnxyz