Skip to main content
Module

x/aleph/types.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-alpha.19/types.ts";

A module includes the compilation details.

definition: { url: string; deps: DependencyDescriptor[]; sourceHash: string; hash: string; jsFile: string; }