effect-io-ai

Package: effect
Module: TMap

TMap.get

Retrieves value associated with given key.

Signature

declare const get: { <K>(key: K): <V>(self: TMap<K, V>) => STM.STM<Option.Option<V>>; <K, V>(self: TMap<K, V>, key: K): STM.STM<Option.Option<V>>; }

Source

Since v2.0.0