installed-check-core
Version:
Checks that all dependencies in your package.json have supported versions installed
2 lines • 338 B
TypeScript
export function checkVersions(pkg: import("./lookup-types.d.ts").PackageJsonLike, key: string, installed: import("./lookup-types.d.ts").InstalledDependencies, options: import("./check-version-range.js").VersionRangesOptions): import("./perform-installed-check.js").PerformInstalledCheckResult;
//# sourceMappingURL=check-versions.d.ts.map