securityos/node_modules/ts-prune/lib/util/getModuleSourceFile.d.ts

3 lines
205 B
TypeScript

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