Skip to main content
Module

x/cav/deps.ts>graph.ModuleGraph#get

A server framework for Deno
Go to Latest
method graph.ModuleGraph.prototype.get
Re-export
import { graph } from "https://deno.land/x/cav@0.0.21/deps.ts";
const { ModuleGraph } = graph;

Retrieve a module from the module graph, if an error was encountered when loading the module, this method will throw with that error.

Parameters

specifier: string

Returns

Module | undefined