UNPKG

154 BTypeScriptView Raw
1/**
2 * Parser for the `check-ignore` command - returns each file as a string array
3 */
4export declare const parseCheckIgnore: (text: string) => string[];