mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
* fix: remove empty keys from config key check close #3104 * Update packages/config/src/index.ts Co-authored-by: Zoltan Kochan <zkochan@users.noreply.github.com> Co-authored-by: Zoltan Kochan <zkochan@users.noreply.github.com>
@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