UNPKG

ts-unused-exports

Version:

ts-unused-exports finds unused exported symbols in your Typescript project

3 lines (2 loc) 143 B
import { Analysis } from './analyzer'; export declare const analyzeTsConfig: (tsconfigPath: string, files?: string[] | undefined) => Analysis;