UNPKG
@cobuildlab/fcp-shared
Version:
latest (1.7.0)
1.7.0
1.6.2
1.6.1
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
Shared type definitions and utils for FCP modules
@cobuildlab/fcp-shared
/
dist
/
esm
/
alerts
/
index.js
6 lines
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
export
var
Severity
; (
function
(
Severity
) {
Severity
[
"Critical"
] =
"CRITICAL"
;
Severity
[
"NonCritical"
] =
"NON_CRITICAL"
; })(
Severity
|| (
Severity
= {}));
//# sourceMappingURL=index.js.map