fromAnyIterable.js 147 B

12345
  1. import "../polyfill/fromAnyIterable.js";
  2. import { fromAnyIterable as m } from "../ponyfill/fromAnyIterable.js";
  3. export {
  4. m as fromAnyIterable
  5. };