Skip to main content
Module

x/aleph/server/types.ts>ModuleLoaderEnv

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias ModuleLoaderEnv
import { type ModuleLoaderEnv } from "https://deno.land/x/aleph@1.0.0-beta.1/server/types.ts";
definition: { isDev?: boolean; importMap?: ImportMap; jsxConfig?: JSXConfig; sourceMap?: boolean; ssr?: boolean; hydratable?: boolean; }