UNPKG

declapract

Version:

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

5 lines (4 loc) 203 B
import { DeclaredPractices } from '../../domain/objects/DeclaredPractices'; export declare const readDeclarePracticesConfig: ({ configPath, }: { configPath: string; }) => Promise<DeclaredPractices>;