3 lines
129 B
TypeScript
3 lines
129 B
TypeScript
|
import { ImportDeclaration } from "ts-morph";
|
||
|
export declare const isDefinitelyUsedImport: (decl: ImportDeclaration) => boolean;
|