test/node_modules/@sec-ant/readable-stream/dist/polyfill/fromAnyIterable.js
2024-08-13 09:27:52 +08:00

3 lines
98 B
JavaScript

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