UNPKG

declapract

Version:

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

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