effect-io-ai

Package: @effect/platform-browser
Module: BrowserKeyValueStore

BrowserKeyValueStore.layerLocalStorage

Creates a KeyValueStore layer that uses the browser’s localStorage API and stores values between browser sessions.

Signature

declare const layerLocalStorage: Layer.Layer<KeyValueStore.KeyValueStore, never, never>

Source

Since v4.0.0