UNPKG

tslint-clean-code

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