Skip to main content
Module

x/cav/deps.ts>graph.Dependency

A server framework for Deno
Go to Latest
interface graph.Dependency
import { type graph } from "https://deno.land/x/cav@0.0.21/deps.ts";
const { Dependency } = graph;

Properties

optional
code: ResolvedDependency

An object pointing to the resolved code dependency.

optional
type: ResolvedDependency

An object pointing to the resolved type dependency of a module. This is populated when the @deno-types directive was used to supply a type definition file for a dependency.

optional
isDynamic: true

A flag indicating if the dependency was dynamic. (e.g. await import("mod.ts"))