mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 03:30:14 +08:00
6 lines
147 B
JavaScript
6 lines
147 B
JavaScript
import "../polyfill/fromAnyIterable.js";
|
|
import { fromAnyIterable as m } from "../ponyfill/fromAnyIterable.js";
|
|
export {
|
|
m as fromAnyIterable
|
|
};
|