firest commit
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
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
|
||||
};
|
||||
Reference in New Issue
Block a user