UNPKG
@grandlinex/easy-cli
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.2
1.2.1
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.0.4
0.0.2
Cli lib to perform common tasks
www.grandlinex.com
GrandlineX/easy-cli
@grandlinex/easy-cli
/
dist
/
class
/
ProgressBar.d.ts
12 lines
(11 loc)
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
default
class
ProgressBar
{
private
startDate;
private
lastDate;
private
cur;
private
end;
private
info;
constructor
(
end
?:
number
);
setEnd
(
end
:
number
):
void
;
setState
(
cur
:
number
,
info
:
string
|
null
):
void
;
private
update; }