deployphp/node_modules/webpod/dist/utils.d.ts

4 lines
179 B
TypeScript
Raw Normal View History

2023-03-28 15:15:22 +00:00
export declare function isWritable(path: string): boolean;
export declare function controlPath(host: string): string;
export declare function escapeshellarg(arg: string): string;