UEA-PRODEM
This commit is contained in:
+4
-1
@@ -1997,7 +1997,7 @@ declare function isVariableLikeDeclaration(node: ts.Node): node is ts.VariableLi
|
||||
* ```ts
|
||||
* declare const node: ts.Node;
|
||||
*
|
||||
* if (isFunctionScopeBoundary(node, ts.ObjectFlags.Anonymous)) {
|
||||
* if (isFunctionScopeBoundary(node)) {
|
||||
* // ...
|
||||
* }
|
||||
* ```
|
||||
@@ -2824,6 +2824,7 @@ declare function isUniqueESSymbolType(type: ts.Type): type is ts.UniqueESSymbolT
|
||||
*/
|
||||
declare function intersectionConstituents(type: ts.Type): ts.Type[];
|
||||
/**
|
||||
* @alias intersectionConstituents
|
||||
* @deprecated Use {@link intersectionConstituents} instead.
|
||||
* @category Types - Utilities
|
||||
* ```
|
||||
@@ -2947,6 +2948,7 @@ declare function typeConstituents(type: ts.Type): ts.Type[];
|
||||
*/
|
||||
declare function typeIsLiteral(type: ts.Type): type is ts.LiteralType;
|
||||
/**
|
||||
* @alias typeConstituents
|
||||
* @deprecated Use {@link typeConstituents} instead.
|
||||
* @category Types - Utilities
|
||||
*/
|
||||
@@ -2967,6 +2969,7 @@ declare const typeParts: typeof typeConstituents;
|
||||
*/
|
||||
declare function unionConstituents(type: ts.Type): ts.Type[];
|
||||
/**
|
||||
* @alias unionConstituents
|
||||
* @deprecated Use {@link unionConstituents} instead.
|
||||
* @category Types - Utilities
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user