UNPKG

declapract

Version:

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

9 lines (8 loc) 345 B
import type { ActionUsePracticesConfig } from '../../domain.objects/ActionUsePracticesConfig'; export declare const getDesiredPractices: ({ config, filter, }: { config: ActionUsePracticesConfig; filter?: { practiceNames?: string[]; filePaths?: string[]; }; }) => import("../../domain.objects").PracticeDeclaration[];