Skip to main content
Module

x/alephjs/server/graph.ts>Module

The Full-stack Framework in Deno.
Go to Latest
type alias Module
import { type Module } from "https://deno.land/x/alephjs@1.0.0-alpha.68.6/server/graph.ts";
definition: { readonly specifier: string; readonly version: number; readonly deps?: ReadonlyArray<DependencyDescriptor>; readonly inlineCSS?: string; readonly atomicCSS?: { readonly tokens: ReadonlyArray<string>; }; }