1 | export declare function joinNix(arr: readonly string[]): string;
|
2 | export declare function joinWin(arr: readonly string[]): string;
|
3 | export declare function commandJoin(arg: string | readonly string[]): string;
|
4 | //# sourceMappingURL=command-join.d.ts.map |
\ | No newline at end of file |