UNPKG

simple-git

Version:

Simple GIT interface for node.js

5 lines (4 loc) 154 B
/** * Parser for the `check-ignore` command - returns each file as a string array */ export declare const parseCheckIgnore: (text: string) => string[];