@wdprlib/parser
    Preparing search index...

    Interface PunctuationScanInput

    interface PunctuationScanInput {
        char: string;
        findInvalidAnchorNameEnd: () => number | null;
        lineStart: boolean;
        pos: number;
        source: string;
        splitBlockClose: boolean;
    }
    Index

    Properties

    char: string
    findInvalidAnchorNameEnd: () => number | null
    lineStart: boolean
    pos: number
    source: string
    splitBlockClose: boolean