Files
Tiber365/node_modules/astro/dist/runtime/server/util.d.ts

3 lines
182 B
TypeScript

export declare function isPromise<T = any>(value: any): value is Promise<T>;
export declare function streamAsyncIterator(stream: ReadableStream): AsyncGenerator<any, void, unknown>;