Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/entropy/src/configurator/types/env_variable.type.ts>EnvVariable

The core module of Entropy framework for Deno.
Latest
type alias EnvVariable
import { type EnvVariable } from "https://deno.land/x/entropy@1.0.0-beta.17/src/configurator/types/env_variable.type.ts";
definition:
| string
| number
| boolean
| null