@sailboat-computer/data-storage
Version:
Shared data storage library for sailboat computer v3
9 lines • 308 B
JavaScript
;
/**
* Unified Storage Manager Interface
*
* Defines the interface for the unified storage manager that extends the basic
* storage manager with enhanced resilience features.
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=UnifiedStorageManager.js.map