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

11 lines (10 loc) 457 B
require('../../modules/es6.regexp.constructor'); require('../../modules/es6.regexp.exec'); require('../../modules/es6.regexp.to-string'); require('../../modules/es6.regexp.flags'); require('../../modules/es6.regexp.match'); require('../../modules/es6.regexp.replace'); require('../../modules/es6.regexp.search'); require('../../modules/es6.regexp.split'); require('../../modules/core.regexp.escape'); module.exports = require('../../modules/_core').RegExp;