Files
story-studio/remotion/node_modules/recast/lib/comments.d.ts
2026-02-21 10:33:18 +01:00

3 lines
144 B
TypeScript

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