0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 14:17:49 -04:00
deno/tests/testdata/npm/env_var_re_export/main.js

4 lines
82 B
JavaScript
Raw Normal View History

import { getEnv } from "npm:@denotest/env-var-re-export";
console.log(getEnv());