UNPKG

declapract

Version:

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

5 lines (4 loc) 222 B
import { PracticeDeclaration } from '../../../../domain.objects'; export declare const readPracticeDeclaration: ({ declaredPracticeDirectory, }: { declaredPracticeDirectory: string; }) => Promise<PracticeDeclaration>;