UNPKG

installed-check-core

Version:

Checks that all dependencies in your package.json have supported versions installed

7 lines 191 B
export function fixPkg(cwd: string, fixes: Fix[]): Promise<string[]>; export type Fix = { childKey: string; suggested: string; topKey: string; }; //# sourceMappingURL=fix.d.ts.map