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

x/ultra/lib/build/types.ts>ModuleGraph#get

⚔️ Hypermodern Zero-Legacy Deno/React Framework
Go to Latest
method ModuleGraph.prototype.get
Re-export
import { ModuleGraph } from "https://deno.land/x/ultra@v2.0.0-alpha.6/lib/build/types.ts";

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