declapract
Version:
A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.
9 lines (8 loc) • 332 B
TypeScript
import { ActionUsePracticesConfig } from '../../domain/objects/ActionUsePracticesConfig';
export declare const getDesiredPractices: ({ config, filter, }: {
config: ActionUsePracticesConfig;
filter?: {
practiceNames?: string[];
filePaths?: string[];
};
}) => import("../../domain").PracticeDeclaration[];