method DependencyGraph.prototype.walkimport { DependencyGraph } from "https://deno.land/x/aleph@1.0.0-alpha.72/server/graph.ts"; walk(specifier: string, callback: (mod: Module, importer?: Module) => void)Parametersspecifier: stringcallback: (mod: Module, importer?: Module) => void