UNPKG

tslint-clean-code

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