Expose getTypePredicateOfSignature (#44863)

This commit is contained in:
Gerrit Birkeland
2021-08-16 18:17:42 -06:00
committed by GitHub
parent 55ed742574
commit e263fcebf8
3 changed files with 3 additions and 1 deletions

View File

@@ -4329,7 +4329,7 @@ namespace ts {
* This should be called in a loop climbing parents of the symbol, so we'll get `N`.
*/
/* @internal */ getAccessibleSymbolChain(symbol: Symbol, enclosingDeclaration: Node | undefined, meaning: SymbolFlags, useOnlyExternalAliasing: boolean): Symbol[] | undefined;
/* @internal */ getTypePredicateOfSignature(signature: Signature): TypePredicate | undefined;
getTypePredicateOfSignature(signature: Signature): TypePredicate | undefined;
/* @internal */ resolveExternalModuleName(moduleSpecifier: Expression): Symbol | undefined;
/**
* An external module with an 'export =' declaration resolves to the target of the 'export =' declaration,