UNPKG

tslint-clean-code

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