@eagleoutice/flowr - v2.9.14
    Preparing search index...

    Type Alias SourceRange

    SourceRange: [
        startLine: number,
        startColumn: number,
        endLine: number,
        endColumn: number,
    ]

    Please note that for multi-file projects we also have a source location type that includes the file name. Describe the start and end source position of an element.

    SourceRange.format and related utility functions for working with source ranges.