sesaparcours
    Preparing search index...

    Type Alias LatexSyntaxError<T>

    type LatexSyntaxError<T = ParserErrorCode> = {
        after?: string;
        arg?: string;
        before?: string;
        code: T;
        latex?: string;
    }

    Type Parameters

    Index

    Properties

    after?: string
    arg?: string
    before?: string
    code: T
    latex?: string