UNPKG

163 BPlain TextView Raw
1/**
2 * @Returns the implicit role for a math tag.
3 */
4function getImplicitRoleForMath(): string {
5 return 'math';
6}
7
8export { getImplicitRoleForMath as math };