UNPKG

projen

Version:

CDK for software projects

8 lines (7 loc) 226 B
/** * Makes a cross-shell command that works on both Windows and Unix-like systems. * * @param command The command to make cross-platform. * @returns */ export declare function makeCrossPlatform(command: string): string;