UNPKG

347 BTypeScriptView Raw
1import ts from 'typescript';
2export declare function getParameters(signature: ts.Signature): readonly ts.Symbol[];
3export declare function getReturnType(signature: ts.Signature): ts.Type;
4export declare function isFailure(signature: ts.Signature): boolean;
5export declare function getDeclaration(signature: ts.Signature): ts.SignatureDeclaration;