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