UNPKG

vitest-marbles

Version:

Marble testing helpers library for RxJs and Jest

4 lines (3 loc) 96 B
export function stripAlignmentChars(marbles: string) { return marbles.replace(/^[ ]+/, ''); }