mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 19:20:08 +08:00
9 lines
275 B
JavaScript
9 lines
275 B
JavaScript
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
|
|
};
|