Skip to content

levanchien/luhn-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luhn-validator

Luhn algorithm for nodejs

Installation

npm i ng-luhn-validator-x

Usage

const luhn = require('luhn-validator-x');

luhn.luhnValidate('1234567890123456'); // return false
luhn.luhnValidate('5233756540063299'); // return true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published