UNPKG

tslint-clean-code

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