Get the CallSignatures of the given type.
CallSignatures
declare const type: ts.Type;getCallSignaturesOfType(type); Copy
declare const type: ts.Type;getCallSignaturesOfType(type);
Get the
CallSignatures
of the given type.