@karmaniverous/stan
    Preparing search index...

    Type Alias Block

    type Block = {
        body: string;
        kind: BlockKind;
        path?: string;
        start: number;
    }
    Index

    Properties

    Properties

    body: string

    Block body (content between its heading and the next heading).

    kind: BlockKind
    path?: string

    Repo-relative target path for patch/listing blocks; undefined for commit.

    start: number

    Start index (character offset) in the source for ordering checks.