fakePromise
Signature
export declare function fakePromise<T = unknown | Promise<unknown>>(value: T): FakePromiseResult<T>;Members
This export does not declare public properties or methods in the generated declaration file.
export declare function fakePromise<T = unknown | Promise<unknown>>(value: T): FakePromiseResult<T>;This export does not declare public properties or methods in the generated declaration file.