UNPKG

luhn-generator

Version:

A generator of numbers that passes the validation of Luhn algorithm or Luhn formula, also known as the 'modulus 10' or 'mod 10' algorithm

7 lines (6 loc) 312 B
/** PURE_IMPORTS_START _AsyncAction,_AsyncScheduler PURE_IMPORTS_END */ import { AsyncAction } from './AsyncAction'; import { AsyncScheduler } from './AsyncScheduler'; export var asyncScheduler = /*@__PURE__*/ new AsyncScheduler(AsyncAction); export var async = asyncScheduler; //# sourceMappingURL=async.js.map