summaryrefslogtreecommitdiff
path: root/tests/specs/npm/user_agent_env_var/main.ts
blob: 2c51107e3c80acf2b6e5f0ca7fc67c5627e88882 (plain)
1
console.log(`npm_config_user_agent: ${Deno.env.get("npm_config_user_agent")}`);