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

    Function isOutKeyword

    • Test if a node is an OutKeyword.

      Parameters

      • node: Node

      Returns node is OutKeyword

      Whether the given node appears to be an OutKeyword.

      declare const node: ts.Node;

      if (isOutKeyword(node)) {
      // ...
      }