Skip to main content Link Search Menu Expand Document (external link)

KeyValueStore overview

Added in v1.0.0

Also includes exports from @effect/platform/KeyValueStore.


Table of contents


exports

From “@effect/platform/KeyValueStore”

Re-exports all named exports from the “@effect/platform/KeyValueStore” module.

Signature

export * from "@effect/platform/KeyValueStore"

Added in v1.0.0

layers

layerFileSystem

Signature

export declare const layerFileSystem: (
  directory: string
) => Layer.Layer<never, PlatformError.PlatformError, KeyValueStore.KeyValueStore>

Added in v1.0.0