Urara-Blog/node_modules/.pnpm-store/v3/files/8a/648f9d85da8df1e6dab01aa2950702eaadff8969fa3f9e259d4894e5f0a322deac463203cefebb9d33a40cc26290a82cfda455d9a968eb1bb8b5804f26f203
2022-08-14 01:14:53 +08:00

6 lines
No EOL
300 B
Text

import * 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