Module

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

💎 Next-gen browser/server fluid React framework
Go to Latest
method ModuleGraph.prototype.get
import { ModuleGraph } from "https://dotland.deno.dev/x/ultra@v2.0.0-alpha.5/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