UNPKG

renovate

Version:

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

11 lines (10 loc) 454 B
import type { RangeStrategy } from '../../../types/versioning'; import type { VersioningApi } from '../types'; export declare const id = "cargo"; export declare const displayName = "Cargo"; export declare const urls: string[]; export declare const supportsRanges = true; export declare const supportedRangeStrategies: RangeStrategy[]; export declare const isValid: (input: string) => boolean; export declare const api: VersioningApi; export default api;