Files
CHIEFSOFT\ameye 481c17499d first commit
2024-03-11 18:35:09 -04:00

4 lines
171 B
TypeScript

export declare function patchAdapter(app: any): void;
export declare function restoreAdapter(): void;
export declare function serveFile(res: any, filepath: string): void;