sesaparcours
    Preparing search index...
    interface FunctionNodeCtor {
        new FunctionNodeCtor<
            TFn = SymbolNode,
            TArgs extends MathNode[] = MathNode[],
        >(
            fn: TFn,
            args: [...TArgs[]],
        ): FunctionNode<TFn, TArgs>;
        onUndefinedFunction: (name: string) => any;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    onUndefinedFunction: (name: string) => any