Callbacktype
(...args: A) => void
A callback is a function that is called when something happens, optionally with multiple values.
(...args: A) => void
A callback is a function that is called when something happens, optionally with multiple values.