mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
committed by
Bill Ticehurst
parent
f0e70cbf0f
commit
cf0e79a02f
@@ -10359,6 +10359,8 @@ namespace ts {
|
||||
if (returnTag && returnTag.typeExpression) {
|
||||
return getTypeFromTypeNode(returnTag.typeExpression.type);
|
||||
}
|
||||
|
||||
return undefined;
|
||||
}
|
||||
|
||||
function createPromiseType(promisedType: Type): Type {
|
||||
|
||||
Reference in New Issue
Block a user