UNPKG

declapract

Version:

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

6 lines (5 loc) 220 B
import type { FileActionPlan } from '../../../../domain.objects'; export declare const applyPlans: ({ plans, projectRootDirectory, }: { plans: FileActionPlan[]; projectRootDirectory: string; }) => Promise<void>;