codacy-seed
Version:
Library to create Codacy Tools in Typescript
9 lines • 316 B
JavaScript
;
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