UNPKG

tslint-clean-code

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