import { type graph } from "https://deno.land/x/cav@0.2.3/deps.ts";
const { Dependency } = graph;
Properties
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.