UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

9 lines (7 loc) 337 B
// 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 module "git-config" { export function sync(gitFile?: string): Object; // Synchronous version. }