UNPKG

strata-storage

Version:

Zero-dependency universal storage plugin providing a unified API for all storage operations across web, Android, and iOS platforms

9 lines 348 B
/** * Capacitor Native Storage Adapters * Export all native platform storage implementations */ export { PreferencesAdapter } from './PreferencesAdapter'; export { SqliteAdapter } from './SqliteAdapter'; export { SecureAdapter } from './SecureAdapter'; export { FilesystemAdapter } from './FilesystemAdapter'; //# sourceMappingURL=index.d.ts.map