Package Exports
- uin-control-digit-calculator
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (uin-control-digit-calculator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Description
You can calculate UIN control digit for using it with SMEV or GIS GMP systems.
Quick Start
Install package
npm install uin-control-digit-calculator
Require package
var uinCalculator =require("uin-control-digit-calculator");
Use it
var myControlDigit = uinCalculator.CalculateControlDigit("1234567890123456789"); //returns int
Support
You can email lev.zabudko@gmail.com.