Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aleph/server/deps.ts>DependencyDescriptor

The Full-stack Framework in Deno.
Go to Latest
type alias DependencyDescriptor
Re-export
import { type DependencyDescriptor } from "https://deno.land/x/aleph@1.0.0-beta.29/server/deps.ts";
definition: { readonly specifier: string; readonly importUrl: string; readonly loc?: { start: number; end: number; ctxt: number; }; readonly dynamic?: boolean; }