Variables β
Variables are a way to store and reuse values and secrets in your code. You can use variables in projects by adding them as environment variables and referencing them in code with Deno.env.get("VARIABLE_NAME")
. All variables are encrypted at rest.
The Variables module is still a work in progress