> For the complete documentation index, see [llms.txt](https://musicq.gitbook.io/unwrapit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://musicq.gitbook.io/unwrapit/type/wrapoption.md).

# WrapOption

```typescript
export type WrapOption = {
  /**
   * If `true`, the program will exit when panic. By default is `false`.
   */
  panic?: boolean
  /**
   * Exit code when panic. By default is `1`.
   */
  exitCode?: number
}
```
