Stone.js API
Docs
Home
Preparing search index...
stone-js-pipeline/src/declarations
FactoryPipe
Type Alias FactoryPipe<T, R, Args>
FactoryPipe
:
(
...
args
:
Args
)
=>
FunctionalPipe
<
T
,
R
>
A factory function type that represents a pipe.
Type Parameters
T
=
unknown
R
=
T
Args
extends
any
[]
=
any
[]
Type Declaration
(
...
args
:
Args
)
:
FunctionalPipe
<
T
,
R
>
Parameters
...
args
:
Args
Returns
FunctionalPipe
<
T
,
R
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
A factory function type that represents a pipe.