UNPKG

tslint-clean-code

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