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