diff options
Diffstat (limited to 'node_modules/simple-git/src/lib/responses/CheckIgnore.d.ts')
-rw-r--r-- | node_modules/simple-git/src/lib/responses/CheckIgnore.d.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/node_modules/simple-git/src/lib/responses/CheckIgnore.d.ts b/node_modules/simple-git/src/lib/responses/CheckIgnore.d.ts deleted file mode 100644 index e15478f..0000000 --- a/node_modules/simple-git/src/lib/responses/CheckIgnore.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -/** - * Parser for the `check-ignore` command - returns each file as a string array - */ -export declare const parseCheckIgnore: (text: string) => string[]; |