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

Gets the source file referenced in the module specifier or returns undefined if it can't find it.

Returns

SourceFile | undefined