View source
enum abstract WriteStreamEvent<T>(Event<T>)
package js.node.tty
to Event<T>
import js.node.tty.WriteStream
Enumeration of events emitted by WriteStream
objects in addition to its parents.
Variables
inlineread onlyResize:WriteStreamEvent<() ‑> Void> = "resize"
Emitted by refreshSize() when either of the columns or rows properties has changed.