UNPKG

tslint-clean-code

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