UNPKG

tslint-clean-code

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