Prism API - v1.29.0
Home
GitHub
Preparing search index...
util/combine-callbacks
combineCallbacks
Function combineCallbacks
combineCallbacks
(
...
callbacks
:
(
()
=>
void
)
[]
)
:
()
=>
void
Returns a single function that calls all the given functions.
Parameters
...
callbacks
: (
()
=>
void
)
[]
Returns
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Home
GitHub
Prism API - v1.29.0
Loading...
Returns a single function that calls all the given functions.