mirror of
https://hub.gitmirror.com/https://github.com/gradle/actions.git
synced 2025-10-28 00:20:02 +08:00
3 lines
162 B
TypeScript
3 lines
162 B
TypeScript
export { parseArgsStringToArgv as default, parseArgsStringToArgv };
|
|
declare function parseArgsStringToArgv(value: string, env?: string, file?: string): string[];
|