method LocalStorageProvider.prototype.get
LocalStorageProvider.prototype.get(path: string): Promise<Uint8Array | null>

Retrieves an object from disk; null when absent.

Parameters

path: string

Object path/key

Return Type

Promise<Uint8Array | null>

The object bytes, or null

Usage

import { LocalStorageProvider } from "storage-plugin/src/index.ts";