UNPKG
mathml-tag-names
Version:
latest (4.0.0)
4.0.0
3.0.2
3.0.1
3.0.0
2.1.3
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.0.0
List of known MathML tag names
github.com/wooorm/mathml-tag-names
wooorm/mathml-tag-names
mathml-tag-names
/
index.d.ts
7 lines
•
166 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * List of known MathML tag names. * *
@type
{ReadonlyArray<string>} */
export
const
mathmlTagNames
: ReadonlyArray<
string
>;
//# sourceMappingURL=index.d.ts.map