UNPKG

tslint-clean-code

Version:
9 lines (7 loc) 174 B
/** * @Returns the implicit role for a select tag. */ function getImplicitRoleForSelect(): string { return 'listbox'; } export { getImplicitRoleForSelect as select };