Extremely Popular
Latest
method Project.prototype.getAmbientModuleOrThrow
import { Project } from "https://dotland.deno.dev/x/fresh@1.7.1/tests/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