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