Suggestion: let the API accept a JSON object
Aperta
- Lingua principale
- TypeScript
- Stelle
- 238
- Fork
- 8
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
If a `package.json` has already been parsed, it doesn't make sense to then have `pkg-ok` do it again:
```ts
// Override
function pkgOk(pkg: PackageJson, { fields = [], bin = [] }: Options = {})
```
Or maybe even from a string too:
```ts
function pkgOk(pkg: string, { fields = [], bin = [] }: Options = {})
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.