Files
skills-here-run-place/node_modules/@sec-ant/readable-stream/dist/polyfill/fromAnyIterable.js
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

3 lines
98 B
JavaScript

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