effect-io-ai

Package: @effect/platform
Module: KeyValueStore

KeyValueStore.layerStorage

Creates an KeyValueStorage from an instance of the Storage api.

See

Signature

declare const layerStorage: (evaluate: LazyArg<Storage>) => Layer.Layer<KeyValueStore>

Source

Since v1.0.0