UNPKG

tslint-clean-code

Version:
9 lines (7 loc) 156 B
/** * @Returns the implicit role for an ol tag. */ function getImplicitRoleForOl(): string { return 'list'; } export { getImplicitRoleForOl as ol };