Files
tasq/node_modules/@sec-ant/readable-stream/dist/ponyfill/index.js
T
2026-04-09 19:01:53 +08:00

7 lines
175 B
JavaScript

import { asyncIterator as e } from "./asyncIterator.js";
import { fromAnyIterable as a } from "./fromAnyIterable.js";
export {
e as asyncIterator,
a as fromAnyIterable
};