sesaparcours
    Preparing search index...
    interface ObjectNodeCtor {
        new ObjectNodeCtor<
            TProps extends Record<string, MathNode> = Record<string, MathNode>,
        >(
            properties: TProps,
        ): ObjectNode<TProps>;
    }
    Index

    Constructors

    Constructors