UNPKG

tslint-clean-code

Version:
9 lines (7 loc) 182 B
/** * @Returns the implicit role for a textarea tag. */ function getImplicitRoleForTextarea(): string { return 'textbox'; } export { getImplicitRoleForTextarea as textarea };