4 lines
228 B
Handlebars
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";
|