UNPKG

@textlint/fixer-formatter

Version:

textlint output formatter for fixer

10 lines 300 B
// LICENSE : MIT "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = default_1; function default_1(results) { let output = ""; results.forEach((result) => (output += `${result.output}`)); return output; } //# sourceMappingURL=fixed-result.js.map