UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

8 lines 190 B
export async function returnIteratorCatchingErrors(iterator) { try { await iterator.return?.(); } catch { } } //# sourceMappingURL=returnIteratorCatchingErrors.js.map