UNPKG

tslint-clean-code

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