@hat-open/util
Preparing search index...
flap
Function flap
flap
<
T
extends
any
[]
>
(
...
fns
:
(
(
...
args
:
T
)
=>
any
)
[]
)
:
(
...
args
:
T
)
=>
any
[]
Create function which applies list of functions to same arguments and return list of results.
Type Parameters
T
extends
any
[]
Parameters
...
fns
: (
(
...
args
:
T
)
=>
any
)
[]
Returns
(
...
args
:
T
)
=>
any
[]
Settings
Member Visibility
Protected
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.