DefinitelyTyped/types/git-config-path/index.d.ts
2018-12-25 14:37:46 +01:00

9 lines
325 B
TypeScript

// Type definitions for git-config-path 2.0
// Project: https://github.com/jonschlinkert/git-config-path
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = gitConfigPath;
declare function gitConfigPath(global?: 'global'): string;