Files
confidence-engine/lib/storage/investigation-storage.js
T

6 lines
301 B
JavaScript

// investigation-storage — generic persistence boundary
// Exposes loadInvestigation / saveInvestigation / clearInvestigation
// and delegates internally to the concrete localStorage provider.
export { loadInvestigation, saveInvestigation, clearInvestigation } from "./providers/local-storage.js";