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