fromAnyIterable.js 98 B

12
  1. import { fromAnyIterable as r } from "../ponyfill/fromAnyIterable.js";
  2. ReadableStream.from ??= r;