Preparing search index...
The search index is not available
@wsvaio/utils
@wsvaio/utils
runFunctions
Function runFunctions
run
Functions
(
...
funs
)
:
(
(
...
args
)
=>
void
)
使用同一组参数运行多个函数。
Parameters
Rest
...
funs
:
Function
[]
要运行的函数数组。
Returns
(
(
...
args
)
=>
void
)
一个函数,该函数接受参数并使用相同的参数运行所有函数。
(
...
args
)
:
void
Parameters
Rest
...
args
:
any
[]
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@wsvaio/utils
Progress
BuiltInObjects
Compose
JsonableObj
DeepKeys
DeepOmit
DeepPartial
DeepPick
IsEqual
IsOptional
Jsonable
JsonableArr
JsonableBasic
Middleware
Parameters
ToUnionOfFunction
UnionToIntersection
ValueOf
Writeable
filePickerKey
arrayToTree
Loading...
Generated using
TypeDoc
使用同一组参数运行多个函数。