UNPKG

next

Version:

The React Framework

7 lines (6 loc) 293 B
/** * Create a file with eslint output data * @param {string} outputFile The name file that needs to be created * @param {string} outputData The data that needs to be inserted into the file */ export declare function writeOutputFile(outputFile: string, outputData: string): Promise<void>;