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

    Function isFreshableType

    • Test if a type is a FreshableType.

      Parameters

      • type: Type

      Returns type is FreshableType

      declare const type: ts.Type;

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