Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

The Full-stack Framework in Deno.
Go to Latest
method DependencyGraph.prototype.shallowWalk
import { DependencyGraph } from "https://deno.land/x/aleph@1.0.0-beta.26/server/graph.ts";

Parameters

specifier: string | string[]
callback: (mod: Module) => void