We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a889b4 commit eb360e2Copy full SHA for eb360e2
src/telemetry/constants.ts
@@ -13,4 +13,4 @@ export const MACHINE_METADATA = {
13
arch: process.arch,
14
os_type: process.platform,
15
os_version: process.version,
16
-};
+} as const;
0 commit comments