3 lines
205 B
TypeScript
3 lines
205 B
TypeScript
|
import { ImportDeclaration, ExportDeclaration } from "ts-morph";
|
||
|
export declare const getModuleSourceFile: (decl: ImportDeclaration | ExportDeclaration) => import("@ts-morph/common").StandardizedFilePath;
|