UNPKG
ts-event-bus
Version:
latest (4.2.0)
4.2.0
4.1.1
4.1.0
4.0.0
3.1.0
3.0.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.0.3
1.0.2
1.0.1
Distributed messaging in Typescript
github.com/Dashlane/ts-event-bus
Dashlane/ts-event-bus
ts-event-bus
/
build
/
Constants.js
8 lines
(7 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
DEFAULT_PARAM
=
void
0
;
const
DEFAULT_PARAM
=
'$_DEFAULT_$'
;
exports
.
DEFAULT_PARAM
=
DEFAULT_PARAM
;