import { type Dependency } from "https://deno.land/x/deno_graph@0.63.3/types.ts";
Properties
optional
code: ResolvedDependencyAn object pointing to the resolved code dependency.
optional
type: ResolvedDependencyAn 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.