IOweb/node_modules/astro/dist/runtime/server/util.d.ts
2026-07-03 15:07:38 -05:00

2 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>;