Preparing search index...
The search index is not available
windpipe
windpipe
CallbackOrStream
Type alias CallbackOrStream<T, E>
Callback
Or
Stream
<
T
,
E
>
:
(
(
)
=>
Stream
<
T
,
E
>
)
|
Stream
<
T
,
E
>
Type that may be a callback that resolves to a stream, or just a stream.
Type Parameters
T
E
Type declaration
(
)
:
Stream
<
T
,
E
>
Returns
Stream
<
T
,
E
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
windpipe
Stream
Atom
AtomError
AtomException
AtomOk
AtomUnknown
CallbackOrStream
MaybeAtom
MaybePromise
Truthy
ERROR
EXCEPTION
UNKNOWN
VALUE
Generated using
TypeDoc
Type that may be a callback that resolves to a stream, or just a stream.