UNPKG

@process-engine/ci_tools

Version:
4 lines (3 loc) 182 B
export declare function sh(command: string): string; export declare function asyncSh(command: string): Promise<string>; export declare function escapeForShell(text: string): string;