mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 02:00:12 +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[];
|