mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Type definitions and tests for git-config
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
// Type definitions for git-config
|
||||
// Project: https://github.com/eugeneware/git-config
|
||||
// Definitions by: Sam Saint-Pettersen <https://github.com/stpettersens>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "git-config" {
|
||||
export function sync(gitFile?: string): Object; // Synchronous version.
|
||||
}
|
||||
Reference in New Issue
Block a user