mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-16 12:51:45 -04:00
Instead of creating a separate fetch function for the resolvers and fetchers, use a single one. Also, use a single getCredentials function. close #2652 PR #2655
@pnpm/config
Gets configution options for pnpm
Installation
<pnpm|npm|yarn> add @pnpm/config
Usage
import getConfig from '@pnpm/config'
getConfig().then(pnpmConfig => console.log(pnpmConfig))
License
MIT © Zoltan Kochan