UNPKG
vitest-marbles
Version:
latest (0.0.1)
0.0.1
0.0.0
Marble testing helpers library for RxJs and Jest
vitest-marbles
/
lib
/
src
/
notification-kind.js
8 lines
•
255 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{
MarblesGlossary
}
from
'./marbles-glossary'
;
export
var
ValueLiteral
= {};
export
var
NotificationKindChars
= {
N
:
ValueLiteral
,
C
:
MarblesGlossary
.
Completion
,
E
:
MarblesGlossary
.
Error
, };
//# sourceMappingURL=notification-kind.js.map