UNPKG

renovate

Version:

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

5 lines (4 loc) 233 B
import type { NewValueConfig } from '../types'; declare function toSemverRange(range: string): string | null; declare function getNewValue({ currentValue, newVersion }: NewValueConfig): string; export { toSemverRange, getNewValue };