UNPKG

tc39-weakrefs-shim

Version:
6 lines 150 B
export function* combine(...iterables) { for (const iterable of iterables) { yield* iterable; } } //# sourceMappingURL=iterable.js.map