Skip to main content
Module

x/aleph/server/graph.ts>DependencyDescriptor

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias DependencyDescriptor
import { type DependencyDescriptor } from "https://deno.land/x/aleph@1.0.0-beta.21/server/graph.ts";
definition: { readonly specifier: string; readonly dynamic?: boolean; }