Skip to main content
Module

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

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

Parameters

specifier: string
callback: (mod: Module, importer?: Module) => void