PickSyncMethods<T> Type
PickSyncMethods = Omit<PickMethods<T>, AsyncMethodsOf<T>>
The members of T
that are functions that do not return a Promise
Defined in
- core/bentley/src/UtilityTypes.ts Line 119
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.