UNPKG

declapract

Version:

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

8 lines (7 loc) 210 B
export declare const plan: ({ usePracticesConfigPath, filter, }: { usePracticesConfigPath: string; filter?: { practiceNames?: string[]; filePaths?: string[]; }; }) => Promise<void>;