UNPKG

declapract

Version:

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

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