UNPKG

@daiso-tech/core

Version:

The library offers flexible, framework-agnostic solutions for modern web applications, built on adaptable components that integrate seamlessly with popular frameworks like Next Js.

8 lines (7 loc) 165 B
/** * @module Async */ /** * @internal */ export declare function abortAndFail<TValue>(promise: PromiseLike<TValue>, abortSignal: AbortSignal): Promise<TValue>;