effect-io-ai

Package: @effect/experimental
Module: EventLog

EventLog.layerIdentityKvs

Generates a random Identity and stores it in a KeyValueStore.

Signature

declare const layerIdentityKvs: (options: { readonly key: string; }) => Layer.Layer<Identity, ParseResult.ParseError | Error.PlatformError, KeyValueStore.KeyValueStore>

Source

Since v1.0.0