The fallback functions that run in case the primary function fails.
Optional
middlewares?: AsyncMiddleware<TParameters, TReturn>[]Middlewares to apply on all fallback functions and on primary function.
You can wrap primary and fallback functions with for example retry
and timeout
middlewares.
IMPORT_PATH:
"@daiso-tech/core/async"