type AnyAsyncFunction = (...args) => Promise<any>;
type AnyAsyncFunction = (...args) => Promise<any>;
Defined in: types.ts:9
Represents an asynchronous function that can be called with any arguments and returns a promise.
...any[]
Promise<any>
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.