5 lines
208 B
TypeScript
5 lines
208 B
TypeScript
|
|
/**
|
||
|
|
* Find NPM paths and resolve them to full URLs with the same package version as in this library.
|
||
|
|
*/
|
||
|
|
export declare function addDefaultVersions(paths: string[], name: string, version: string): string[];
|