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