Closed remcohaszing closed 1 year ago
toPoint now returns a valid unist Point or undefined. This means the internal Point type is no longer used. The PointLike type was already unused.
toPoint
Point
PointLike
Closes #10
Hi! This was closed. Team: If this was merged, please describe when this is likely to be released. Otherwise, please add one of the no/* labels.
no/*
Initial checklist
Description of changes
toPoint
now returns a valid unistPoint
or undefined. This means the internalPoint
type is no longer used. ThePointLike
type was already unused.Closes #10