Files

4 lines
171 B
TypeScript
Raw Permalink Normal View History

2025-05-12 16:42:36 +09:00
export declare function patchAdapter(app: any): void;
export declare function restoreAdapter(): void;
export declare function serveFile(res: any, filepath: string): void;