UNPKG

tslint-clean-code

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