Files

6 lines
147 B
JavaScript
Raw Permalink Normal View History

2025-11-24 23:24:06 +08:00
import "../polyfill/fromAnyIterable.js";
import { fromAnyIterable as m } from "../ponyfill/fromAnyIterable.js";
export {
m as fromAnyIterable
};