import { type graph } from "https://deno.land/x/cav@0.0.24/deps.ts";
const { ModuleGraphJson } = graph;
The plain-object representation of a module graph that is suitable for serialization to JSON.
Properties
The module specifiers (URL string) of the roots of the module graph of which the module graph was built for.