JSPM

uin-control-digit-calculator

0.2.4
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 10
    • Score
      100M100P100Q32227F
    • License ISC

    Calculates Control Digit for UIN. RU: Модуль расчитывает контрольное значение для УИНа для указания его в платежном поручении.

    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

    1. Install package

      npm install uin-control-digit-calculator
    2. Require package

      var uinCalculator =require("uin-control-digit-calculator");
    3. Use it

      var myControlDigit = uinCalculator.CalculateControlDigit("1234567890123456789"); //returns int

    Support

    You can email lev.zabudko@gmail.com.