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
/
testdata
/
run
/
node_env_var_allowlist.ts
blob: 95da38c24021f77a93e898d195f406fc3e4dcbe4 (
plain
)
1
2
console.log(Deno.env.get("NODE_DEBUG") ?? "ok"); Deno.env.get("NOT_NODE_DEBUG");