Skip to main content
Module

x/aleph/types.ts>AlephEnv

The Full-stack Framework in Deno.
Go to Latest
interface AlephEnv
import { type AlephEnv } from "https://deno.land/x/aleph@v0.2.13/types.ts";

The ENV of Aleph.js runtime, you can access it with window.ALEPH.ENV[key].

Index Signatures

[key: string]: string

Properties

readonly
__version: string

The version of Aleph.js

readonly
__buildMode: string

The build mode of the appliaction (possible values: 'development' | 'production')

readonly
__buildTarget: string

The build target of the appliaction (possible values: 'ES2015' - 'ES2020' | 'ESNext')