UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

5 lines (4 loc) 387 B
import type { NewValueConfig } from '../types'; export declare function getNewValue({ currentValue, rangeStrategy, currentVersion, newVersion, isReplacement, }: NewValueConfig): string | null; export declare function isLessThanRange(input: string, range: string): boolean; export declare function checkRangeAndRemoveUnnecessaryRangeLimit(rangeInput: string, newVersion: string): string;