5 lines
153 B
TypeScript
5 lines
153 B
TypeScript
/**
|
|
* Get first found package path from node_modules
|
|
*/
|
|
export declare function getNodeModule(packageName: string, startPath?: string): string | null;
|