Skip to main content
Extremely Popular
Go to Latest
method Project.prototype.getAmbientModuleOrThrow
import { Project } from "https://deno.land/x/fresh@1.2.0/src/dev/deps.ts";

Gets the specified ambient module symbol or throws if not found.

Parameters

moduleName: string
  • The ambient module name with or without quotes.
optional
message: string | (() => string)

Returns

Symbol