docs/api/slate/location.mdx
A Location is either a Path, Point or Range. Methods will often accept a Location instead of requiring only a Path, Point or Range.
type TLocation = Path | Point | TRange
LocationApiisAtCheck if a value implements the At interface.
isLocationCheck if a value implements the TLocation interface.
isSpanCheck if a value implements the Span interface.
TLocationLocation is a type alias for TLocation.
Span