generated from coulomb/repo-seed
Bootstrap @citation-evidence/engine as a standalone TypeScript package with shared types and engine services copied from the umbrella MVP. All 89 tests pass with lint and typecheck clean.
13 lines
297 B
TypeScript
13 lines
297 B
TypeScript
export {
|
|
createInMemoryRepos,
|
|
type InMemoryRepos,
|
|
type DocumentRepository,
|
|
type RepresentationRepository,
|
|
type AnnotationRepository,
|
|
type EvidenceItemRepository,
|
|
} from "./in-memory";
|
|
export {
|
|
createInMemorySessionRepository,
|
|
type SessionRepository,
|
|
} from "./in-memory-sessions";
|