UNPKG

@graphql-tools/executor-http

Version:

A set of utils for faster development of GraphQL tools

2 lines (1 loc) 132 B
export declare function handleAsyncIterable(asyncIterable: AsyncIterable<Uint8Array | string>): AsyncGenerator<any, void, unknown>;