LocalStorageProvider.prototype.get(path: string): Promise<Uint8Array | null>
Retrieves an object from disk; null when absent.
Promise<Uint8Array | null>
The object bytes, or null
LocalStorageProvider.prototype.get(path: string): Promise<Uint8Array | null>
Retrieves an object from disk; null when absent.
Promise<Uint8Array | null>
The object bytes, or null
import { LocalStorageProvider } from "storage-plugin/src/index.ts";