For the complete documentation index, see llms.txt. This page is also available as Markdown.

PointEntry

PointEntry objects are returned when iterating over Point objects that belong to a range.

type PointEntry = [Point, 'anchor' | 'focus']

Last updated