UNPKG
epd
Version:
latest (1.4.0)
1.4.0
1.3.3
Enhanced peer dependency resolution for npm, yarn, and pnpm
github.com/davitacols/epd
davitacols/epd
epd
/
dist
/
auto-fix.d.ts
2 lines
(1 loc)
•
80 B
TypeScript
View Raw
1
2
export
declare
function
autoFixPackageJson
(
issues
:
string
[]
):
Promise
<
boolean
>;