Package: effect
Module: Differ
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>>
Since v2.0.0