Skip to main content
Version: Latest (0.60.x)

[F] isDeclaredType

function isDeclaredType(type): boolean

Check if the type is a declared type. This include:

  • non templated type
  • template declaration

Parameters

ParameterType
typeType

Returns

boolean