mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 13:38:32 +00:00
151435acfd
Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Co-authored-by: Rhys Arkins <rhys@arkins.net>
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
/**
|
|
* A sentinel value to signal the Default Registry (crates-io)
|
|
*/
|
|
export const DEFAULT_REGISTRY_URL = Symbol('DEFAULT_REGISTRY_URL');
|