-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
Design LimitationConstraints of the existing architecture prevent this from being fixedConstraints of the existing architecture prevent this from being fixed
Description
TypeScript Version: : 2.1.0-dev.20160721
I understand that reflect-metadata
retrieves the metadata information for me. However, It can only get the outmost type.
Say, I wanted to get the return type of async function():Promise<string>
, it can tells me its a promise. Same goes for Array<T>
.
Is there a plan for providing nested types? Or there is already a way?
Metadata
Metadata
Assignees
Labels
Design LimitationConstraints of the existing architecture prevent this from being fixedConstraints of the existing architecture prevent this from being fixed