UNPKG

tslint-clean-code

Version:
9 lines (7 loc) 161 B
/** * @Returns the implicit role for an hr tag. */ function getImplicitRoleForHr(): string { return 'separator'; } export { getImplicitRoleForHr as hr };