jiuyiUniapp/service/node_modules/recast/lib/comments.d.ts

3 lines
144 B
TypeScript
Raw Normal View History

2025-02-13 09:59:20 +08:00
export declare function attach(comments: any[], ast: any, lines: any): void;
export declare function printComments(path: any, print: any): any;