UNPKG

ut-tools

Version:

Build and Release management automation package.

6 lines 242 B
import * as ts from 'typescript'; /** * Gets the declaration for the given variable */ export declare function getDeclaration(checker: ts.TypeChecker, node: ts.Expression): ts.Declaration | null; //# sourceMappingURL=getDeclaration.d.ts.map