@lightprotocol/stateless.js - v0.22.1-alpha.1
Other Libraries
Documentation
GitHub
Preparing search index...
pipe
Function pipe
pipe
<
T
,
R
>
(
initialFunction
:
(
arg
:
T
)
=>
R
,
...
functions
:
(
(
arg
:
R
)
=>
R
)
[]
,
)
:
(
initialValue
:
T
)
=>
R
pipe function
Type Parameters
T
R
Parameters
initialFunction
:
(
arg
:
T
)
=>
R
...
functions
: (
(
arg
:
R
)
=>
R
)
[]
Returns
(
initialValue
:
T
)
=>
R
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Other Libraries
Documentation
GitHub
@lightprotocol/stateless.js - v0.22.1-alpha.1
Loading...
pipe function