📄 getDeclaration.d.ts
/home/palash/git/site/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts
Language: ts • Lines: 6
import type * 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