mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-31 14:20:32 +00:00
`Path` should accept a number as well, for example `.moveTo(5)` should be accepted as indicated in the documentation and source code of Slate (internally it will default to an offset). https://github.com/ianstormtaylor/slate/blob/7192a97600a9e26e5b9156657a0de193431f3001/packages/slate/src/models/point.js#L299-L314