Files
pnpm/config/normalize-registries/README.md
Zoltan Kochan 184ce26f3f docs: fix package names in README files (#11409)
* docs: fix package names in README files

* docs: update links to point to npmx.dev
2026-04-30 22:59:17 +02:00

26 lines
488 B
Markdown

# @pnpm/config.normalize-registries
> Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized
## Installation
```
pnpm add @pnpm/config.normalize-registries
```
## Usage
```typescript
import normalizeRegistries from '@pnpm/config.normalize-registries'
normalizeRegistries({
'default': 'https://registry.npmjs.org',
'@foo': 'https://example.com',
})
// will return the same object but the URLs will end with a /
```
## License
[MIT](LICENSE)