aboutsummaryrefslogtreecommitdiff
path: root/node_modules/simple-git/src/lib/responses/CheckIgnore.d.ts
blob: e15478fb357773524bc583ceee3bee690b602553 (plain)
1
2
3
4
/**
 * Parser for the `check-ignore` command - returns each file as a string array
 */
export declare const parseCheckIgnore: (text: string) => string[];