effect-io-ai

Package: effect
Module: Differ

Differ.hashMap

Constructs a differ that knows how to diff a HashMap of keys and values given a differ that knows how to diff the values.

Signature

declare const hashMap: <Key, Value, Patch>(differ: Differ<Value, Patch>) => Differ<HashMap<Key, Value>, Differ.HashMap.Patch<Key, Value, Patch>>

Source

Since v2.0.0