Take items from a stream until a given condition is false, then close the output. The condition function is not called again after it returns false.
If the condition function is typed as a Typescript type guard (i.e. as
returning v is SomeType
), then the resulting source will be typed as
Source
Take items from a stream until a given condition is false, then close the output. The condition function is not called again after it returns false.
If the condition function is typed as a Typescript type guard (i.e. as returning.
v is SomeType
), then the resulting source will be typed as Source