UNPKG

verhoeff-algorithm

Version:

A TypeScript implementation of the Verhoeff algorithm.

21 lines (20 loc) 395 B
{ "name": "verhoeff-algorithm", "version": "1.0.0", "description": "A TypeScript implementation of the Verhoeff algorithm.", "main": "index.js", "types": "index.d.ts", "scripts": { "build": "tsc", "test": "node test.js" }, "keywords": [ "verhoeff", "checksum", "validation", "algorithm", "typescript" ], "author": "npdevind", "license": "MIT" }