1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-27 16:10:57 -05:00
denoland-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());