UNPKG

248 BTypeScriptView Raw
1/// <reference types="node" />
2export declare class Cursor {
3 static stream: NodeJS.WriteStream;
4 private static _isVisible;
5 private static _listenerAttached;
6 static show(): void;
7 static hide(): void;
8 static toggle(): void;
9}