Storage Core

JSON →
library 0.7.2 ·javascript
verified Jun 7, 2026

Provides a minimal Storage interface and a local filesystem implementation for Node.js, enabling dynamic storage switching. Version 0.7.2 is stable, with slow release cadence (last update 2022). Key differentiator: abstract base class that third-party packages (AWS S3, Azure Blob, GCP) implement, making it easy to swap storage backends without changing application code. Ships TypeScript types for type safety.