UNPKG

tslint-clean-code

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