4 lines
171 B
TypeScript
Raw Normal View History

2023-10-10 22:00:26 +02:00
export declare function patchAdapter(app: any): void;
export declare function restoreAdapter(): void;
export declare function serveFile(res: any, filepath: string): void;