UNPKG

declapract

Version:

A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.

3 lines (2 loc) 188 B
import type { FileCheckEvaluation } from '../../../domain.objects'; export declare const sortFileCheckEvaluationsByPracticeRef: (a: FileCheckEvaluation, b: FileCheckEvaluation) => 1 | -1;