mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Unwrap all lone ambient external modules
This commit is contained in:
5
git-config/git-config.d.ts
vendored
5
git-config/git-config.d.ts
vendored
@@ -3,6 +3,5 @@
|
||||
// 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.
|
||||
}
|
||||
|
||||
declare export function sync(gitFile?: string): Object;
|
||||
|
||||
Reference in New Issue
Block a user