Interface GrepLinePosition

interface GrepLinePosition {
    End: number;
    Start: number;
}

Properties

Properties

End: number
Start: number