UNPKG

@testing-library/user-event

Version:
5 lines (4 loc) 147 B
/** * Wrap an internal Promise */ export declare function wrapAsync<R, P extends (() => Promise<R>) | (() => R)>(implementation: P): Promise<R>;