@neuroequality/neuroadapt-core
Version:
Core sensory, cognitive, and preference management for NeuroAdapt SDK
9 lines • 784 B
TypeScript
export { PreferenceStore } from './store.js';
export type { PreferenceStoreConfig, PreferenceStoreEvents } from './store.js';
export { PreferencesSchema, PreferencesUpdateSchema, SensoryPreferencesSchema, CognitivePreferencesSchema, AIPreferencesSchema, VRPreferencesSchema, SCHEMA_VERSION, } from './schemas.js';
export type { Preferences, PreferencesUpdate, SensoryPreferences, CognitivePreferences, AIPreferences, VRPreferences, ValidationError, } from './schemas.js';
export { LocalStoragePreferenceStorage, MemoryPreferenceStorage } from './storage.js';
export type { PreferenceStorage } from './storage.js';
export { MigrationRegistry, defaultMigrationRegistry } from './migration.js';
export type { MigrationFunction } from './migration.js';
//# sourceMappingURL=index.d.ts.map