comments.d.ts 144 B

12
  1. export declare function attach(comments: any[], ast: any, lines: any): void;
  2. export declare function printComments(path: any, print: any): any;