@mathjax/src
    Preparing search index...

    Variable contextConst

    context: {
        document: Document;
        os: string;
        path: (file: string) => string;
        window: Window & typeof globalThis;
    } = ...

    The browsers window and document objects, if any

    Type Declaration

    • document: Document
    • os: string
    • path: (file: string) => string
    • window: Window & typeof globalThis