This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
web
/
alarm-component
Vērot
5
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
ccd3072e18
Atzari
Tagi
main
alarm-compon...
/
src
/
utils
/
index2.js
index2.js
107 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
9
10
11
const mapRelaStage = {
gt: 1,
ge: 2,
eq: 3,
lt: 4,
le: 5
}
export {
mapRelaStage
}