mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
7 lines
315 B
TypeScript
7 lines
315 B
TypeScript
// Type definitions for global-modules-path 2.3
|
|
// Project: https://www.npmjs.com/package/global-modules-path
|
|
// Definitions by: Gareth Jones <https://github.com/g-rath>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export function getPath(module: string, executable?: string): string | null;
|