UNPKG

vitest-marbles

Version:

Marble testing helpers library for RxJs and Jest

7 lines (6 loc) 138 B
export declare class NotificationEvent { start: number; marbles: string; constructor(start: number); get end(): number; }