std/dotenv/testdata/app_load_child.ts
2024-09-13 15:43:13 +10:00

6 lines
188 B
TypeScript

// test file for https://github.com/denoland/deno_std/issues/1957
// This file is imported from ./app_load_parent.ts
// deno-lint-ignore no-console
console.log(Deno.env.get("GREETING"));