UNPKG

vitest-marbles

Version:

Marble testing helpers library for RxJs and Jest

8 lines 259 B
import { MarblesGlossary } from './marbles-glossary'; export const ValueLiteral = {}; export const NotificationKindChars = { N: ValueLiteral, C: MarblesGlossary.Completion, E: MarblesGlossary.Error, }; //# sourceMappingURL=notification-kind.js.map