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

    Function getCallSignaturesOfType

    • Get the CallSignatures of the given type.

      Parameters

      • type: Type

      Returns readonly Signature[]

      declare const type: ts.Type;

      getCallSignaturesOfType(type);