UNPKG

@applitools/utils

Version:
3 lines (2 loc) 139 B
import type { ControlledPromise } from './utility-types'; export declare function makeControlledPromise<T = void>(): ControlledPromise<T>;