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 (8 loc) 306 B
'use strict'; /* * This module is deprecated and will be removed in a future version of Mocha. * @deprecated Deprecated in v6.0.0; source moved into {@link module:lib/cli/options lib/cli/options module}. * @module * @exports module:lib/cli/options */ module.exports = require('../lib/cli/options');