* Returns the current summary buffer as a string * * @returns {string} string of summary buffer
()
| 19626 | } |
| 19627 | function step(result) { |
| 19628 | result.done ? resolve2(result.value) : adopt(result.value).then(fulfilled, rejected); |
| 19629 | } |
| 19630 | step((generator = generator.apply(thisArg, _arguments || [])).next()); |
| 19631 | }); |
| 19632 | }; |
| 19633 | var { access, appendFile, writeFile } = import_fs.promises; |
no outgoing calls
no test coverage detected