UNPKG

vitest-marbles

Version:

Marble testing helpers library for RxJs and Jest

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