UNPKG

fets

Version:

TypeScript HTTP Framework focusing on e2e type-safety, easy setup, performance & great developer experience

3 lines (2 loc) 289 B
export declare function asyncIterationUntilReturn<TInput, TOutput>(iterable: Iterable<TInput>, callback: (result: TInput) => Promise<TOutput | undefined> | TOutput | undefined): Promise<TOutput | undefined> | TOutput | undefined; export declare function isBlob(value: any): value is Blob;