mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
5 lines
156 B
TypeScript
5 lines
156 B
TypeScript
// For compatibility with resolution algorithms other than Node16.
|
|
|
|
export * from './entrypoints/main.cjs';
|
|
export {default} from './entrypoints/main.cjs';
|