declapract
Version:
A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.
6 lines (5 loc) • 304 B
TypeScript
import { ExampleDeclaration } from '../../../domain/objects/ExampleDeclaration';
export declare const readExampleDeclarations: ({ declarationsRootDirectory, declaredExamplesDirectory, }: {
declarationsRootDirectory: string;
declaredExamplesDirectory: string;
}) => Promise<ExampleDeclaration[]>;