UNPKG

tslint-clean-code

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