6 lines
209 B
TypeScript
6 lines
209 B
TypeScript
/**
|
|
* Returns the path to a node modules root directory (not the main file path)
|
|
*/
|
|
declare const _default: (moduleName: string) => string;
|
|
export default _default;
|
|
//# sourceMappingURL=package-path.d.ts.map
|