3 lignes
171 o
TypeScript
3 lignes
171 o
TypeScript
export declare function patchAdapter(app: any): void;
|
|
export declare function restoreAdapter(): void;
|
|
export declare function serveFile(res: any, filepath: string): void;
|