2025-07-06 20:54:40 +08:00

6 lines
147 B
JavaScript

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