UNPKG
morbo-cli
Version:
latest (0.5.3)
0.5.3
0.5.2
0.5.1
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
… All tech debt is vermin in the eyes of Morbo!
github.com/orrybaram/morbo
orrybaram/morbo
morbo-cli
/
dist
/
src
/
lib
/
spinner.d.ts
11 lines
(10 loc)
•
298 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
default
class
MorboSpinner
{
constructor
(
);
spinner
:
import
(
"ora"
).
Ora
;
morboSayings
:
string
[];
morboSayingInterval
:
number
;
start
:
() =>
void
;
succeed
:
(
fileName
:
string
) =>
void
;
updateText
:
(
text
:
string
) =>
null
;
updateMorboSpinner
:
() =>
false
|
null
; }