Skip to main content
Module

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

The dependency descriptor.

definition: { url: string; hash: string; isDynamic?: boolean; }