UNPKG

ts-unused-exports

Version:

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

3 lines (2 loc) 130 B
import * as ts from 'typescript'; export declare const isNodeDisabledViaComment: (node: ts.Node, file: ts.SourceFile) => boolean;