()
| 38 | |
| 39 | /** @internal */ |
| 40 | export const empty = <Value, Value2, Patch, Patch2>(): Differ.Or.Patch< |
| 41 | Value, |
| 42 | Value2, |
| 43 | Patch, |
| 44 | Patch2 |
| 45 | > => _empty |
| 46 | |
| 47 | /** @internal */ |
| 48 | export interface AndThen<in out Value, in out Value2, in out Patch, Patch2> |