Preparing search index...
The search index is not available
@hat-open/util
@hat-open/util
flap
Function flap
flap
<
T
>
(
...
fns
)
:
(
(
...
args
)
=>
any
[]
)
Create function which applies list of functions to same arguments and return list of results.
Type Parameters
T
extends
any
[]
Parameters
Rest
...
fns
:
(
(
...
args
)
=>
any
)
[]
Returns
(
(
...
args
)
=>
any
[]
)
(
...
args
)
:
any
[]
Parameters
Rest
...
args
:
T
Returns
any
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@hat-open/util
Loading...
Create function which applies list of functions to same arguments and return list of results.