mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
286 B
TypeScript
8 lines
286 B
TypeScript
// 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/DefinitelyTyped/DefinitelyTyped
|
|
|
|
|
|
export declare function sync(gitFile?: string): Object;
|