# @types/normalize-path

> TypeScript definitions for normalize-path

Latest version **3.0.2** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/normalize-path
pnpm add @types/normalize-path
yarn add @types/normalize-path
bun add @types/normalize-path
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 3.0.2 |
| Published | 2023-11-07 |
| First published | 2018-12-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51431 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/normalize-path
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/normalize-path
- npm.io page: https://npm.io/package/@types/normalize-path

## Recent versions

- 3.0.2 (latest) — 2023-11-07
- 3.0.0 (ts2.0) — 2018-12-25
- 3.0.1 — 2023-10-18

## README

# Installation
> `npm install --save @types/normalize-path`

# Summary
This package contains type definitions for normalize-path (https://github.com/jonschlinkert/normalize-path).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/normalize-path.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/normalize-path/index.d.ts)
````ts
export = normalizePath;

declare function normalizePath(path: string, stripTrailing?: boolean): string;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
 * Dependencies: none

# Credits
These definitions were written by [BendingBender](https://github.com/BendingBender).

---
_Source: https://npm.io/package/@types/normalize-path · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
