---
url: /api/third-parties/normalize-path/types/function-normalize-path.md
description: api documentation of normalizePath from @tsed/normalize-path
---

## Usage

```typescript
import { normalizePath } from "@tsed/normalize-path";
```

> See [/packages/third-parties/normalize-path/src/normalizePath.ts](https://github.com/tsedio/tsed/blob/v8.38.4/packages/third-parties/normalize-path/src/normalizePath.ts#L0-L0).

## Overview

```ts
function normalizePath(item: string, ...paths: string[]): string;
export function normalizePath(item: (string | any)[]): (string | any)[];
```
