UNPKG
@broadcom/endevor-bridge-for-git-rest-api
Version:
latest (0.2.21)
0.3.1
0.3.0
0.2.21
0.2.20
0.2.19
0.2.18
0.2.17
0.2.16
0.2.15
0.2.14
0.2.1
0.2.0
0.1.0
Endevor Bridge for Git Rest client
@broadcom/endevor-bridge-for-git-rest-api
/
dist
/
mjs
/
cli
/
client
/
response
/
mapping
/
Mapping.js
7 lines
(6 loc)
•
294 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
var
ProgressBarType
; (
function
(
ProgressBarType
) {
ProgressBarType
[
ProgressBarType
[
"NONE"
] =
0
] =
"NONE"
;
ProgressBarType
[
ProgressBarType
[
"INIT"
] =
1
] =
"INIT"
;
ProgressBarType
[
ProgressBarType
[
"ADD_BRANCH"
] =
2
] =
"ADD_BRANCH"
; })(
ProgressBarType
|| (
ProgressBarType
= {}));