sesaparcours
    Preparing search index...
    interface AccessorNodeCtor {
        new AccessorNodeCtor<TObject extends MathNode = MathNode>(
            object: TObject,
            index: IndexNode,
            optionalChaining?: boolean,
        ): AccessorNode<TObject>;
    }
    Index

    Constructors

    Constructors