UNPKG

@cspell/cspell-pipe

Version:
9 lines 187 B
async function* _asyncAwait(iter) { for await (const v of iter) { yield v; } } export function opAwaitAsync() { return _asyncAwait; } //# sourceMappingURL=await.js.map