UNPKG

patch-pulse

Version:

Check for outdated npm dependencies

5 lines 336 B
import { type VersionInfo } from '../types'; export declare function parseVersion(version: string): VersionInfo; export declare function getUpdateType(current: string, latest: string): 'patch' | 'minor' | 'major'; export declare function isVersionOutdated(current: string, latest: string): boolean; //# sourceMappingURL=version.d.ts.map