API ReferencefunctionsFunction: stream()On this pageFunction: stream() stream<T>(g): Stream<T> Defined in: packages/fast-check/src/stream/Stream.ts:248 Create a Stream based on g Type Parameters Type ParameterT Parameters ParameterTypeDescriptiongIterableIterator<T>Underlying data of the Stream Returns Stream<T> Remarks Since 0.0.7