UNPKG

tslint-clean-code

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