UNPKG

@sap/generator-cap-project

Version:

Creates a new SAP Cloud Application Programming Model project.

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[];