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