UNPKG
vitest-marbles
Version:
latest (0.0.1)
0.0.1
0.0.0
Marble testing helpers library for RxJs and Jest
vitest-marbles
/
typings
/
src
/
marbles-glossary.d.ts
10 lines
(9 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
enum
MarblesGlossary
{
Completion
=
"|"
,
Error
=
"#"
,
TimeFrame
=
"-"
,
Subscription
=
"^"
,
Unsubscription
=
"!"
,
GroupStart
=
"("
,
GroupEnd
=
")"
}