UNPKG

tc39-weakrefs-shim

Version:
9 lines 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function* combine(...iterables) { for (const iterable of iterables) { yield* iterable; } } exports.combine = combine; //# sourceMappingURL=iterable.js.map