UNPKG

tslint-clean-code

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