Type Alias: AnyRest
ts
type AnyRest = [any[]];
The shape of the arguments tuple for when the default event map is used. This is used to allow for any number of arguments to be passed to the event listeners.
type AnyRest = [any[]];
The shape of the arguments tuple for when the default event map is used. This is used to allow for any number of arguments to be passed to the event listeners.