# normalize-path-sep

> normalize path sep

Latest version **0.1.1** (published 2017-12-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install normalize-path-sep
pnpm add normalize-path-sep
yarn add normalize-path-sep
bun add normalize-path-sep
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2017-12-02 |
| First published | 2017-12-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | akameco |
| Maintainers | akameco |

## Links

- npm: https://www.npmjs.com/package/normalize-path-sep
- Repository: https://github.com/akameco/normalize-path-sep
- Homepage: https://github.com/akameco/normalize-path-sep#readme
- Issues: https://github.com/akameco/normalize-path-sep/issues
- npm.io page: https://npm.io/package/normalize-path-sep

## Recent versions

- 0.1.1 (latest) — 2017-12-02
- 0.1.0 — 2017-12-02

## README

# normalize-path-sep

[![Build Status](https://travis-ci.org/akameco/normalize-path-sep.svg?branch=master)](https://travis-ci.org/akameco/normalize-path-sep)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)

> normalize path sep

## Install

```
$ npm install --save normalize-path-sep
```

## Usage

```js
const normalizePathSep = require('normalize-path-sep')

// macOS or linux
normalizePathSep('/path/to/file')
//=> /path/to/file

// Windows
normalizePathSep('/path/to/file')
//=> \\path\\to\\file
```

## API

### `normalizePathSep(input)`

#### input

Type: `string`

file path.

## Contributors

Thanks goes to these wonderful people
([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->

<!-- prettier-ignore -->
| [<img src="https://avatars2.githubusercontent.com/u/4002137?v=4" width="100px;"/><br /><sub><b>akameco</b></sub>](http://akameco.github.io)<br />[💻](https://github.com/akameco/normalize-path-sep/commits?author=akameco "Code") [📖](https://github.com/akameco/normalize-path-sep/commits?author=akameco "Documentation") [⚠️](https://github.com/akameco/normalize-path-sep/commits?author=akameco "Tests") [🚇](#infra-akameco "Infrastructure (Hosting, Build-Tools, etc)") |
| :---: |

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the
[all-contributors](https://github.com/kentcdodds/all-contributors)
specification. Contributions of any kind welcome!

## License

MIT © [akameco](http://akameco.github.io)

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