mirror of
https://github.com/github/codeql-action
synced 2026-06-16 05:08:43 +03: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
|
|
};
|