UNPKG

renovate

Version:

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

12 lines (11 loc) 510 B
import type { RangeStrategy } from '../../../types/versioning'; import type { VersioningApi } from '../types'; export declare const id = "npm"; export declare const displayName = "npm"; 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 isVersion: (input: string) => boolean; export declare const api: VersioningApi; export default api;