---
symbol: anonymizePaths
module: "@tsed/cli"
type: service
meta:
 - name: keywords
   description: api typescript node.js documentation anonymizePaths service
---
# anonymizePaths - @tsed/cli

## Usage

```typescript
import { anonymizePaths } from "@tsed/cli/src/services/mappers/anonymizePaths";
```

> See [/packages/cli/src/services/mappers/anonymizePaths.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli/src/services/mappers/anonymizePaths.ts#L0-L0).

## Overview

```ts
function anonymizePaths(stack: string, options?: {
    cwd?: string;
    home?: string;
}): string;
```

<!-- Members -->

## cwd

```ts
cwd?: string;
```

## home

```ts
home?: string;
```
