UNPKG

213 BTypeScriptView Raw
1import * as ts from "typescript";
2export declare function isDeclaration(identifier: ts.Identifier): boolean;
3export declare function getDeprecation(node: ts.Identifier, tc: ts.TypeChecker): string | undefined;