sesaparcours
    Preparing search index...

    Interface MathNodeMap

    interface MathNodeMap {
        expr: Record<string, string>;
        nodes: Record<string, MathNode>;
    }
    Index

    Properties

    Properties

    expr: Record<string, string>
    nodes: Record<string, MathNode>