UNPKG

ts-unused-exports

Version:

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

4 lines (3 loc) 157 B
import * as ts from 'typescript'; export declare const TYPE_OR_INTERFACE_NODE_KINDS: ts.SyntaxKind[]; export declare const ENUM_NODE_KINDS: ts.SyntaxKind[];