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

106 lines (103 loc) 2.1 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 textboxRole = { abstract: false, accessibleNameRequired: true, baseConcepts: [], childrenPresentational: false, nameFrom: ['author'], prohibitedProps: [], props: { 'aria-activedescendant': null, 'aria-autocomplete': null, 'aria-errormessage': null, 'aria-haspopup': null, 'aria-invalid': null, 'aria-multiline': null, 'aria-placeholder': null, 'aria-readonly': null, 'aria-required': null }, relatedConcepts: [{ concept: { attributes: [{ constraints: ['undefined'], name: 'type' }, { constraints: ['undefined'], name: 'list' }], name: 'input' }, module: 'HTML' }, { concept: { attributes: [{ constraints: ['undefined'], name: 'list' }, { name: 'type', value: 'email' }], name: 'input' }, module: 'HTML' }, { concept: { attributes: [{ constraints: ['undefined'], name: 'list' }, { name: 'type', value: 'tel' }], name: 'input' }, module: 'HTML' }, { concept: { attributes: [{ constraints: ['undefined'], name: 'list' }, { name: 'type', value: 'text' }], name: 'input' }, module: 'HTML' }, { concept: { attributes: [{ constraints: ['undefined'], name: 'list' }, { name: 'type', value: 'url' }], name: 'input' }, module: 'HTML' }, { concept: { name: 'input' }, module: 'XForms' }, { concept: { name: 'textarea' }, module: 'HTML' }], requireContextRole: [], requiredContextRole: [], requiredOwnedElements: [], requiredProps: {}, superClass: [['roletype', 'widget', 'input']] }; var _default = textboxRole; exports.default = _default;