ts-api-utils - v3.0.0-rc.1
    Preparing search index...

    Function isObjectType

    • Test if a type is a ObjectType.

      Parameters

      • type: Type

      Returns type is ObjectType

      declare const type: ts.Type;

      if (isObjectType(type)) {
      // ...
      }