Files
DefinitelyTyped/git-config/git-config.d.ts
2016-04-22 14:12:45 -07:00

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
declare export function sync(gitFile?: string): Object;