Files
skills-here-run-place/node_modules/astro/dist/runtime/server/util.d.ts
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

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