← back to Directory Core

src/index.ts

15 lines

// directory-core — barrel re-exports
//
// Phase 1 (DONE): db.ts
// Phase 2 (DONE 2026-05-04): auth.ts, compliance.ts
// Phase 3 (SKIPPED — see README architect findings): mockups.ts
// Phase 4 (in progress): geo.ts ✓, match.ts (next), html.ts (later)
//
// See README.md for the migration plan + architect findings.

export * from './db.js';
export * from './auth.js';
export * as compliance from './compliance.js';
export * from './geo.js';
export * from './match.js';