()
| 36 | |
| 37 | /** @internal */ |
| 38 | export const empty = <Key, Value, Patch>(): Differ.Differ.HashMap.Patch<Key, Value, Patch> => _empty |
| 39 | |
| 40 | interface AndThen<Key, Value, Patch> extends Differ.Differ.HashMap.Patch<Key, Value, Patch> { |
| 41 | readonly _tag: "AndThen" |
no outgoing calls
no test coverage detected
searching dependent graphs…