PickSyncMethods<T> Type alias

The members of T that are functions that do not return a Promise

PickSyncMethods = Omit<PickMethods<T>, AsyncMethodsOf<T>>

Defined in

Last Updated: 16 April, 2024