UNPKG
@ionic/utils-terminal
Version:
beta (1.0.0-beta.3)
latest (2.3.5)
testing (2.3.4-testing.0)
2.3.5
2.3.4
2.3.4-testing.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
0.0.1
Terminal utils for NodeJS
ionicframework.com
ionic-team/ionic-cli
@ionic/utils-terminal
/
dist
/
cursor.d.ts
10 lines
(9 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
///
<reference types="node" />
export declare
class
Cursor
{
static
stream: NodeJS.WriteStream;
private
static
_isVisible;
private
static
_listenerAttached;
static
show
():
void
;
static
hide
():
void
;
static
toggle
():
void
; }