---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/sandbox/functions/quoteShellValue.md
---

# Function: quoteShellValue()

```ts
function quoteShellValue(value: string): Promise<string>;
```

Defined in: [src/batteries/sandbox/escape.ts:102](https://github.com/NHTIO/ADK/blob/v1.20260824.1/src/src/batteries/sandbox/escape.ts#L102)

Quote one command string as one shell argument.

## Parameters

| Parameter | Type     |
| --------- | -------- |
| `value`   | `string` |

## Returns

`Promise`<`string`>
