deno.land / std@0.224.0 / dotenv / testdata / app_defaults.ts

app_defaults.ts
View Documentation
1
2
3
4
5
import { load } from "../mod.ts";const conf = await load();
console.log(JSON.stringify(conf, null, 2));
std

Version Info

Tagged at
4 months ago