bpms_site/.svn/pristine/50/5095b46f63d71e42a7b6564d3f753526304ec498.svn-base
2025-11-02 16:38:49 +03:30

7 lines
216 B
Plaintext

/**
* Returns the package registry using the user's package manager.
* The URL will have a trailing slash.
* @default https://registry.npmjs.org/
*/
export declare function getRegistry(baseDir?: string): string;