UNPKG

renovate

Version:

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

4 lines (3 loc) 336 B
import type { Preset } from '../types'; export declare function fetchJSONFile(repo: string, fileName: string, _endpoint?: string, tag?: string): Promise<Preset>; export declare function getPresetFromEndpoint(repo: string, filePreset: string, presetPath: string | undefined, endpoint: string, tag?: string): Promise<Preset | undefined>;