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

9 lines
275 B
JavaScript

import "../polyfill/asyncIterator.js";
import { asyncIterator as m } from "../ponyfill/asyncIterator.js";
import "../polyfill/fromAnyIterable.js";
import { fromAnyIterable as a } from "../ponyfill/fromAnyIterable.js";
export {
m as asyncIterator,
a as fromAnyIterable
};