declapract
Version:
A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.
18 lines (17 loc) • 689 B
TypeScript
export * from './ActionDeclarePracticesConfigInput';
export * from './ActionUsePracticesConfig';
export * from './ActionUsePracticesConfigInput';
export * from './constants';
export * from './DeclaredPractices';
export * from './ExampleDeclaration';
export * from './FileActionPlan';
export * from './FileCheckContext';
export * from './FileCheckDeclaration';
export * from './FileCheckDeclarationInput';
export * from './FileCheckEvaluation';
export * from './FilePracticeEvaluation';
export * from './PracticeDeclaration';
export * from './ProjectCheckContext';
export * from './ProjectCheckDeclaration';
export * from './UseCaseDeclaration';
export * from './UseCasesDeclarationInput';