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

Gets the source file referenced in the external module reference or returns undefined if it doesn't exist.

Returns

SourceFile | undefined