Installation
npm install --save @types/git-config-path
Summary
This package contains type definitions for git-config-path (https://github.com/jonschlinkert/git-config-path).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/git-config-path.
index.d.ts
export = gitConfigPath;
declare function gitConfigPath(global?: "global"): string | null;
Additional Details
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: none
Credits
These definitions were written by BendingBender, and Nicholas Nelson.