test/node_modules/@sec-ant/readable-stream/dist/index/index.js
2024-08-13 09:27:52 +08: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
};