UNPKG

declapract

Version:

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

5 lines (4 loc) 216 B
import { PracticeDeclaration } from '../../../domain'; export declare const readPracticeDeclarations: ({ declaredPracticesDirectory, }: { declaredPracticesDirectory: string; }) => Promise<PracticeDeclaration[]>;