UNPKG

xpm

Version:

The xPack project manager command line tool

15 lines (14 loc) 462 B
import type { MakeFetchHappenOptions } from 'make-fetch-happen'; export type Config = { maxRootRotations: number; maxDelegations: number; rootMaxLength: number; timestampMaxLength: number; snapshotMaxLength: number; targetsMaxLength: number; prefixTargetsWithHash: boolean; fetchTimeout: number; fetchRetries: number | undefined; fetchRetry: MakeFetchHappenOptions['retry']; }; export declare const defaultConfig: Config;