monaco-editor/scripts/ci/env.ts

7 lines
136 B
TypeScript
Raw Normal View History

2023-06-05 23:40:14 +08:00
export function getEnv(): {
VSCODE_REF: string | undefined;
PRERELEASE_VERSION: string | undefined;
} {
return process.env as any;
}