Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
# PointEntry API
`PointEntry` objects are returned when iterating over `Point` objects that belong to a range.
```typescript
type PointEntry = [Point, 'anchor' | 'focus']
```