@servicenow/sdk - v4.7.0
    Preparing search index...
    • Gets the type node for the node if provided via JSDoc.

      Parameters

      Returns tsc.TypeNode | undefined

      The search includes any JSDoc param tag that relates to the provided parameter, for example a type tag on the parameter itself, or a param tag on a containing function expression, or a param tag on a variable declaration whose initializer is the containing function. The tags closest to the node are examined first, so in the previous example, the type tag directly on the node would be returned.