AsyncFunction Type
AsyncFunction = (...args: any[]) => Promise<unknown>
Any function returning a Promise.
@see - AsyncMethodsOf to extract all async methods from a type.
- PromiseReturnType to extract the type to which the Promise resolves.
Defined in
- core/bentley/src/UtilityTypes.ts Line 89
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.