File size: 177 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
# PointEntry API
`PointEntry` objects are returned when iterating over `Point` objects that belong to a range.
```typescript
type PointEntry = [Point, 'anchor' | 'focus']
```
|