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
1 lines • 317 B
JavaScript
;Object.defineProperty(exports,'__esModule',{value:!0});var defaultAwesomeFunction=function(a){return'I am the Default Awesome Function, fellow comrade! - '+a},awesomeFunction=function(){return'I am just an Awesome Function'};exports.default=defaultAwesomeFunction,exports.awesomeFunction=awesomeFunction;