import * as udiboReactApp from "https://deno.land/x/udibo_react_app@0.11.0/env.ts";
Variables
v _env | A constant used for internal purposes only. |
A function that takes a string key representing an environment variable and returns its value.
If the code is running on the server, it uses the | |
A function that returns a boolean indicating whether the code is running in the browser or not. | |
A function that returns a boolean indicating whether the code is running in the development environment or not. | |
A function that returns a boolean indicating whether the code is running in the production environment or not. | |
A function that returns a boolean indicating whether the code is running on the server or not. | |
A function that returns a boolean indicating whether the code is running in the test environment or not. |
Functions
A function that creates a React context object for the app. It takes an optional generic parameter representing the type of the initial value of the context. The context object created can hold any app-specific data, and its state will be serialized and shared with the browser. |
Interfaces
Used to represent environment variables shared with the browser. |
Type Aliases
A type representing the browser's window object augmented with an |