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

x/mesozoic/lib/types.ts>ModuleGraph#get

A generic build system for Deno web apps
Go to Latest
method ModuleGraph.prototype.get
import { ModuleGraph } from "https://deno.land/x/mesozoic@v1.0.0-alpha.34/lib/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