• Find regions between \ExplSyntaxOn...\ExplSyntaxOff and \makeatletter...\makeatother. Returns an object containing regions where one or both syntax's apply.

    Parameters

    Returns {
        atLetterOnly: Region[];
        both: Region[];
        explOnly: Region[];
    }

    • atLetterOnly: Region[]
    • both: Region[]
    • explOnly: Region[]

Generated using TypeDoc