UNPKG

installed-check-core

Version:

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

2 lines 286 B
export function checkPackageVersions(pkg: import("./lookup-types.d.ts").PackageJsonLike, installedDependencies: import("./lookup-types.d.ts").InstalledDependencies): import("./perform-installed-check.js").PerformInstalledCheckResult; //# sourceMappingURL=check-package-versions.d.ts.map