RegistryConfig
Nodepod API / src / npm / RegistryConfig
Interface: RegistryConfig
Section titled “Interface: RegistryConfig”Defined in: src/packages/registry-client.ts:32
Properties
Section titled “Properties”endpoint?
Section titled “endpoint?”
optionalendpoint?:string
Defined in: src/packages/registry-client.ts:33
metadataCache?
Section titled “metadataCache?”
optionalmetadataCache?:Map<string,PackageMetadata>
Defined in: src/packages/registry-client.ts:34
profiler?
Section titled “profiler?”
optionalprofiler?:NodepodProfilerImpl|null
Defined in: src/packages/registry-client.ts:35