Skip to main content
Module

x/aleph/server/graph.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@1.0.0-beta.1/server/graph.ts";
definition: { readonly specifier: string; readonly version: number; readonly deps?: ReadonlyArray<DependencyDescriptor>; readonly inlineCSS?: string; }