bpms_site/.svn/pristine/22/22347add8f30354f78689fb7fe7cfe0192b01a9e.svn-base
2025-11-02 16:38:49 +03:30

9 lines
249 B
Plaintext

/**
* Create a file with eslint output data
*/
export declare function writeOutputFile(
/** The name file that needs to be created */
outputFile: string,
/** The data that needs to be inserted into the file */
outputData: string): Promise<void>;