Skip to main content
Go to Latest
method ImportEqualsDeclaration.prototype.setExternalModuleReference
import { ImportEqualsDeclaration } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.ts";

Sets the external module reference.

Parameters

externalModuleReference: string
  • External module reference as a string.

Sets the external module reference.

Parameters

sourceFile: SourceFile
  • Source file to set the external module reference to.