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

49 lines (46 loc) 1.05 kB
"use strict"; var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property"); _Object$defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var checkboxRole = { abstract: false, accessibleNameRequired: true, baseConcepts: [], childrenPresentational: true, nameFrom: ['author', 'contents'], prohibitedProps: [], props: { 'aria-checked': null, 'aria-errormessage': null, 'aria-expanded': null, 'aria-invalid': null, 'aria-readonly': null, 'aria-required': null }, relatedConcepts: [{ concept: { attributes: [{ name: 'type', value: 'checkbox' }], name: 'input' }, module: 'HTML' }, { concept: { name: 'option' }, module: 'ARIA' }], requireContextRole: [], requiredContextRole: [], requiredOwnedElements: [], requiredProps: { 'aria-checked': null }, superClass: [['roletype', 'widget', 'input']] }; var _default = checkboxRole; exports.default = _default;