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
25 lines (24 loc) • 405 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var LinkRole = {
relatedConcepts: [{
module: 'ARIA',
concept: {
name: 'link'
}
}, {
module: 'HTML',
concept: {
name: 'a',
attributes: [{
name: 'href'
}]
}
}],
type: 'widget'
};
var _default = LinkRole;
exports["default"] = _default;