UNPKG

253 BTypeScriptView Raw
1import ts from 'typescript';
2export declare function getGetAccessor(node: ts.SetAccessorDeclaration): ts.GetAccessorDeclaration | undefined;
3export declare function getSetAccessor(node: ts.GetAccessorDeclaration): ts.SetAccessorDeclaration | undefined;