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
/
notification-event.d.ts
7 lines
(6 loc)
•
138 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
NotificationEvent
{
start
:
number
;
marbles
:
string
;
constructor
(
start
:
number
);
get
end
():
number
; }