UNPKG

tslint-clean-code

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