import { graph } from "https://deno.land/x/cav@0.2.3/deps.ts";
const { ModuleGraph } = graph;
Given a string specifier of a module's dependency and the referring module's string URL, return the string URL of the dependency, otherwise return undefined.