declapract
Version:
A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.
6 lines • 407 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.sortFilePracticeEvaluationsByPracticeName = void 0;
const sortFilePracticeEvaluationsByPracticeName = (a, b) => (a.practice.name < b.practice.name ? -1 : 1);
exports.sortFilePracticeEvaluationsByPracticeName = sortFilePracticeEvaluationsByPracticeName;
//# sourceMappingURL=sortFilePracticeEvaluationsByPracticeName.js.map
;