AsyncFunction
AsyncFunction
Represents an async function that can be cached
Signature
type AsyncFunction<R extends any[] = any[], T = any> = (
...args: R
) => Promise<T>
Represents an async function that can be cached
type AsyncFunction<R extends any[] = any[], T = any> = (
...args: R
) => Promise<T>