@epikodelabs/streamix / src/public-api / PipeInput
Type Alias: PipeInput<T>
PipeInput<
T> =Atom<T> |AsyncIterable<T> |Iterable<T> |MaybePromise<T> |T
Defined in: projects/libraries/streamix/src/lib/atoms/pipe.ts:8
Anything that can be used as the source of an atom pipeline.
Type Parameters
T
T = any