📄 getConstrainedTypeAtLocation.d.ts
/home/palash/git/site/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts
Language: ts • Lines: 6
import type * as ts from 'typescript';
/**
 * Resolves the given node's type. Will resolve to the type's generic constraint, if it has one.
 */
export declare function getConstrainedTypeAtLocation(checker: ts.TypeChecker, node: ts.Node): ts.Type;
//# sourceMappingURL=getConstrainedTypeAtLocation.d.ts.map