@karmaniverous/stan
    Preparing search index...

    Variable __internalConst

    __internal: {
        extractBlocks: (text: string) => Block[];
        isCommitLast: (text: string) => boolean;
        parseDiffHeaders: (body: string) => { a: string; b: string }[];
    } = ...

    Type Declaration

    • extractBlocks: (text: string) => Block[]

      Find all headings and slice blocks up to the next heading or end.

    • isCommitLast: (text: string) => boolean

      Legacy helper (retained for potential future use).

    • parseDiffHeaders: (body: string) => { a: string; b: string }[]

      Extract all "diff --git a/ b/" pairs in a patch body.