import { ModuleGraph } from "https://deno.land/x/mesozoic@v1.0.0-alpha.18/lib/types.ts";
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.
import { ModuleGraph } from "https://deno.land/x/mesozoic@v1.0.0-alpha.18/lib/types.ts";
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.