mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
5 lines
154 B
TypeScript
5 lines
154 B
TypeScript
/// <reference types="node" />
|
|
export declare const CWD: string;
|
|
export declare const cjsRequire: NodeRequire;
|
|
export declare const EXTENSIONS: string[];
|