UNPKG
@schummar/runp
Version:
latest (2.2.4)
next (1.2.0)
2.2.4
2.2.2
2.2.0
2.1.2
2.0.11
2.0.10
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
1.13.2
1.13.1
1.13.0
1.12.1
1.12.0
1.11.0
1.10.0
1.9.3
1.9.2
1.9.1
1.8.2
1.7.1
1.6.3
1.6.2
1.6.1
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
Neat parallel task execution
github.com/schummar/runp
schummar/runp
@schummar/runp
/
dist
/
statusIcons.d.ts
9 lines
(8 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
statusIcons
: {
done
:
string
;
error
:
string
;
dependencyError
:
string
;
pending
:
string
;
forever
:
string
;
inProgress
:
string
; };