mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-26 11:02:01 -04:00
18 lines
327 B
Markdown
18 lines
327 B
Markdown
# @pnpm/utils
|
|
|
|
> Utils for pnpm
|
|
|
|
This package was created to avoid circular dependency between `supi` and `@pnpm/headless`.
|
|
The functions used by `@pnpm/headless` from `supi` were moved here.
|
|
Eventually, this package has to be divided into smaller ones.
|
|
|
|
## Installation
|
|
|
|
```
|
|
pnpm i @pnpm/utils
|
|
```
|
|
|
|
## License
|
|
|
|
[MIT](LICENSE)
|