It would be useful to have an AsyncVoidFunction type.
Motivation
There is a VoidFunction type in the toolbox, but the function may be async at times. Because it does not raise the bundle size, we may include this utility function to have cleaner code.
It would be useful to have an
AsyncVoidFunction
type.Motivation
There is a
VoidFunction
type in the toolbox, but the function may be async at times. Because it does not raise the bundle size, we may include this utility function to have cleaner code.Definition