Files
lcbp3.np-dms.work/frontend/node_modules/next/dist/lib/helpers/get-registry.d.ts
2025-09-21 20:29:15 +07:00

7 lines
216 B
TypeScript
Executable File

/**
* 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;