VersionServiceOptions
Defined in: version.ts:18
Properties
Section titled “Properties”cacheFile?
Section titled “cacheFile?”
optionalcacheFile?:string
Defined in: version.ts:20
fetchImpl?
Section titled “fetchImpl?”
optionalfetchImpl?: (input,init?) =>Promise<Response>
Defined in: version.ts:21
Parameters
Section titled “Parameters”string | URL | Request
RequestInit
Returns
Section titled “Returns”Promise<Response>
optionalnow?: () =>number
Defined in: version.ts:22
Returns
Section titled “Returns”number
registryUrl?
Section titled “registryUrl?”
optionalregistryUrl?:string
Defined in: version.ts:19
timeoutMs?
Section titled “timeoutMs?”
optionaltimeoutMs?:number
Defined in: version.ts:23