We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85bbf8 commit 73f70eeCopy full SHA for 73f70ee
src/compiler/types.ts
@@ -1916,12 +1916,12 @@ namespace ts {
1916
isInstantiationOf(a: GenericType, b: GenericType): boolean;
1917
1918
/**
1919
- * Looks up a global symbol named "name" with meaning SymbolFlags.Type
+ * Returns the declared type of the globally named symbol with meaning SymbolFlags.Type
1920
* Returns the unknown type on failure.
1921
*/
1922
lookupGlobalType(name: string): Type;
1923
1924
- * Resolve a symbol lexically at the position specified with meaning SymbolFlags.Type
+ * Returns the declared type of the named symbol lexically at the position specified with meaning SymbolFlags.Type
1925
1926
1927
lookupTypeAt(name: string, position: Node): Type;
0 commit comments