import { ExternalModuleReference } from "https://dotland.deno.dev/x/ts_morph@18.0.0/mod.ts";
Methods
getParent(): NodeParentType<ts.ExternalModuleReference>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.ExternalModuleReference>>
getReferencedSourceFile(): SourceFile | undefined
Gets the source file referenced or returns undefined if it can't find it.
getReferencedSourceFileOrThrow(message?: string | (() => string)): SourceFile
Gets the source file referenced or throws if it can't find it.