Type alias IMath

IMath: typeof math & {
    [key in keyof MathMLElementTagNameMap]: MathMLElementBuilder<key>
}