index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
specs
/
run
/
bare_specifier_without_import
/
main.ts
blob: 67e57b26b305e075be630933098367aa3dab7c10 (
plain
)
1
2
3
import "@std/dotenv/load"; console.log(Deno.env.get("GREETING")); // hello world