deployphp/node_modules/webpod/dist/utils.d.ts
Anton Medvedev 363bb1be96 Update deps
2023-03-28 17:15:22 +02:00

4 lines
179 B
TypeScript

export declare function isWritable(path: string): boolean;
export declare function controlPath(host: string): string;
export declare function escapeshellarg(arg: string): string;