Skip to main content
Module

x/aleph/types.d.ts>Module

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias Module
import { type Module } from "https://deno.land/x/aleph@v0.3.0-beta.7/types.d.ts";

A module includes the compilation details.

definition: { readonly specifier: string; deps: DependencyDescriptor[]; external?: boolean; isStyle?: boolean; httpExternal?: boolean; ssrPropsFn?: string; ssgPathsFn?: boolean; denoHooks?: string[]; jsxStaticClassNames?: string[]; sourceHash: string; jsFile: string; jsBuffer?: Uint8Array; ready: Promise<void>; }