import { type DependencyJson } from "https://deno.land/x/deno_graph@0.49.0/types.d.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.
A flag indicating if the dependency was dynamic. (e.g.
await import("mod.ts")
)