[F] isDeclaredType
function isDeclaredType(type): boolean;Check if the type is a declared type. This include:
- non templated type
- template declaration
Parameters
Section titled “Parameters”| Parameter | Type | 
|---|---|
| type | Type | 
Returns
Section titled “Returns”boolean