UNPKG

289 BTypeScriptView Raw
1import ts from 'typescript';
2export declare function isAmbientNode(node: ts.Declaration): boolean;
3export declare function isAmbient(node: ts.Declaration): boolean;
4export declare function getReturnTypeNode(node: ts.MethodDeclaration | ts.GetAccessorDeclaration): ts.TypeNode | undefined;