mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 03:39:29 +08:00
6 lines
No EOL
300 B
Text
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 |