UNPKG

tslint-clean-code

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