Function: writeReportFile()
writeReportFile(
path,content):Promise<void>
Defined in: src/reports/io.ts:6
Atomically publish a private report without overwriting a file or following a symlink.
Parameters
path
string
content
string
Returns
Promise<void>