Skip to main content
Module

x/alephjs/server/graph.ts>DependencyGraph#shallowWalk

The Full-stack Framework in Deno.
Latest
method DependencyGraph.prototype.shallowWalk
import { DependencyGraph } from "https://deno.land/x/alephjs@1.0.0-alpha.78.1/server/graph.ts";

Parameters

specifier: string
callback: (mod: Module) => void