8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
/** Reuse the composition-only parent adapter shared by the product providers. */
|
|
|
|
export {
|
|
apply,
|
|
inject,
|
|
name,
|
|
} from '../subagent-codex/fixture.ts'
|