Files
agentic-dev/turbo/generators/templates/reader/index.ts.hbs
2026-07-12 08:15:46 +00:00

4 lines
228 B
Handlebars

// packages/{{kebabCase feature}}/src/integrations/readers/index.ts
// Public surface: type-only export. Implementation is internal.
export type { I{{pascalCase feature}}Reader } from "./{{kebabCase feature}}.reader.interface";