@types/current-git-branch
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -17,4 +17,6 @@ // Type definitions for current-git-branch 1.1 | ||
declare function CurrentGitBranch(args?: CurrentGitBranch.CurrentGitBranchOptions): CurrentGitBranch.CurrentGitBranchResult; | ||
declare function CurrentGitBranch( | ||
args?: CurrentGitBranch.CurrentGitBranchOptions, | ||
): CurrentGitBranch.CurrentGitBranchResult; | ||
export = CurrentGitBranch; |
{ | ||
"name": "@types/current-git-branch", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "TypeScript definitions for current-git-branch", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/current-git-branch", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "87cd740ecd24ad381d031b5c32e5baff849b45be1487d16ec56e18788f68843c", | ||
"typeScriptVersion": "4.1" | ||
"typesPublisherContentHash": "4bc5af6048692348210685f619fd1f8dbcb52d379e4f2e841f9647bfa8fe7c08", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -27,3 +27,5 @@ # Installation | ||
declare function CurrentGitBranch(args?: CurrentGitBranch.CurrentGitBranchOptions): CurrentGitBranch.CurrentGitBranchResult; | ||
declare function CurrentGitBranch( | ||
args?: CurrentGitBranch.CurrentGitBranchOptions, | ||
): CurrentGitBranch.CurrentGitBranchResult; | ||
@@ -35,3 +37,3 @@ export = CurrentGitBranch; | ||
### Additional Details | ||
* Last updated: Mon, 03 Oct 2022 21:33:16 GMT | ||
* Last updated: Mon, 04 Sep 2023 15:41:35 GMT | ||
* Dependencies: none | ||
@@ -38,0 +40,0 @@ * Global values: none |
4128
17
42