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

22 lines (19 loc) 854 B
import _bindInstanceProperty from "@babel/runtime-corejs3/core-js/instance/bind"; import _Reflect$construct from "@babel/runtime-corejs3/core-js/reflect/construct"; import setPrototypeOf from "@babel/runtime-corejs3/helpers/esm/setPrototypeOf"; import isNativeReflectConstruct from "@babel/runtime-corejs3/helpers/esm/isNativeReflectConstruct"; export default function _construct(Parent, args, Class) { if (isNativeReflectConstruct()) { _construct = _Reflect$construct; } else { _construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); var Constructor = _bindInstanceProperty(Function).apply(Parent, a); var instance = new Constructor(); if (Class) setPrototypeOf(instance, Class.prototype); return instance; }; } return _construct.apply(null, arguments); }