UNPKG
@sap-ux/store
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.6.1
1.6.0
1.5.13
1.5.12
1.5.11
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.9.3
0.9.2
0.9.1
0.9.0
0.7.0
0.6.0
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.16
0.3.15
0.3.14
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
NPM module for storing persistent data
SAP/open-ux-tools
@sap-ux/store
/
dist
/
constants.js
6 lines
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
export
var
Entity
; (
function
(
Entity
) {
Entity
[
"BackendSystem"
] =
"system"
;
Entity
[
"TelemetrySetting"
] =
"telemetrySetting"
; })(
Entity
|| (
Entity
= {}));
//# sourceMappingURL=constants.js.map