evidence-anchor/src/index.ts

11 lines
479 B
TypeScript
Raw Normal View History

// Public entrypoint for `evidence-anchor`.
//
// The stable surface consumers depend on is re-exported from here:
// - selector creation/resolution: ./selectors (T03)
// - adapter-side types + contract: ./types (T03)
// - the concrete PDF adapter: ./pdf (T04, also exposed at `evidence-anchor/pdf`)
//
// Populated during the extraction tasks; kept as an explicit placeholder so the
// package resolves and typechecks before the code lands.
export {};