UNPKG

@ceramicnetwork/core

Version:

Typescript implementation of the Ceramic protocol

3 lines 179 B
import { Observable } from 'rxjs'; export declare function deferAbortable<T>(fn: (signal: AbortSignal) => Promise<T>): Observable<T>; //# sourceMappingURL=defer-abortable.d.ts.map