Skip to main content
Version: v0.0.4

Interface: FieldSlice

A half-open [start, end) slice of a fixed-width line (0-based char indices; end optional).

Properties

end?

readonly optional end?: number

The 0-based end char index (exclusive). Omit to slice to end of line.


start

readonly start: number

The 0-based start char index (inclusive).