deno.land / std@0.157.0 / dotenv / testdata / app_defaults.ts
12345import { config } from "../mod.ts";const conf = await config();console.log(JSON.stringify(conf, null, 2));
Version Info