UNPKG

codacy-seed

Version:
9 lines 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.resultString = void 0; function resultString(results) { const lines = results.map((result) => JSON.stringify(result)); return lines.join("\n"); } exports.resultString = resultString; //# sourceMappingURL=resultString.js.map