Files
DefinitelyTyped/types/node
Jérémie Astori df430a582d [@types/node] Fix cursorTo requiring a y parameter (#37630)
* Fix `cursorTo` requiring a `y` parameter

When `y` is omitted, `cursorTo` moves the cursor to the first character of the current line. When `y` is required, there is no way to use this capability of `cursorTo`.

* Re-add `cursorTo` test when not passing down `y` parameter
2019-08-14 17:27:25 -07:00
..