mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 11:10:22 +08:00
7 lines
175 B
JavaScript
7 lines
175 B
JavaScript
import { asyncIterator as e } from "./asyncIterator.js";
|
|
import { fromAnyIterable as a } from "./fromAnyIterable.js";
|
|
export {
|
|
e as asyncIterator,
|
|
a as fromAnyIterable
|
|
};
|