UNPKG

declapract

Version:

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

7 lines (6 loc) 350 B
import { FileCheckPurpose } from '../../../../domain'; import { ProjectCheckDeclaration } from '../../../../domain/objects/ProjectCheckDeclaration'; export declare const getProjectCheckDeclaration: ({ purpose, declaredProjectDirectory, }: { purpose: FileCheckPurpose; declaredProjectDirectory: string; }) => Promise<ProjectCheckDeclaration>;