[F] getDeprecationDetails
function getDeprecationDetails(program, typeOrNode): undefined | DeprecationDetails;Returns complete deprecation details for the given type or node
Parameters
Section titled “Parameters”| Parameter | Type | Description | 
|---|---|---|
| program | Program | Program | 
| typeOrNode | Type|Node | A Type or Node to check for deprecation | 
Returns
Section titled “Returns”undefined | DeprecationDetails