diff options
Diffstat (limited to 'node_modules/simple-git/src/lib/parsers/parse-branch.d.ts')
-rw-r--r-- | node_modules/simple-git/src/lib/parsers/parse-branch.d.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/node_modules/simple-git/src/lib/parsers/parse-branch.d.ts b/node_modules/simple-git/src/lib/parsers/parse-branch.d.ts deleted file mode 100644 index 3c39c29..0000000 --- a/node_modules/simple-git/src/lib/parsers/parse-branch.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { BranchSummary } from '../../../typings'; -export declare function parseBranchSummary(stdOut: string): BranchSummary; |