DefinitelyTyped/types/global-modules-path/index.d.ts
2019-07-31 14:43:25 -07:00

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;