mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 02:54:31 -07:00
ee4feea006
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
10 lines
169 B
TypeScript
10 lines
169 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2025 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
import { spawn } from 'node:child_process';
|
|
|
|
export const spawnWrapper = spawn;
|