Function getCallSignaturesOfType

  • Get the CallSignatures of the given type.

    Example

    declare const type: ts.Type;

    getCallSignaturesOfType(type);

    Parameters

    • type: Type

    Returns readonly ts.Signature[]