declapract
Version:
A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.
10 lines (9 loc) • 356 B
TypeScript
export * from './FileCheckDeclaration';
export * from './PracticeDeclaration';
export * from './UseCaseDeclaration';
export * from './FileCheckEvaluation';
export * from './ProjectCheckDeclaration';
export * from './FilePracticeEvaluation';
export * from './FileActionPlan';
export * from './FileCheckContext';
export * from './FileCheckDeclarationInput';