UNPKG

grafserv

Version:

A highly optimized server for GraphQL, powered by Grafast

2 lines 188 B
export declare function mapIterator<T, U>(iterable: AsyncIterable<T>, cb: (payload: T) => U, end?: () => U, initial?: () => U): AsyncGenerator<U>; //# sourceMappingURL=mapIterator.d.ts.map