site/node_modules/mathjax-full/js/input/mathml/mml3/mml3-node.d.ts

3 lines
158 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
import { MathDocument } from '../../../core/MathDocument.js';
export declare function createTransform<N, T, D>(): (node: N, doc: MathDocument<N, T, D>) => N;