()
| 38 | * @internal |
| 39 | */ |
| 40 | export const empty = <Input, Output>(): Differ.Context.Patch<Input, Output> => _empty |
| 41 | |
| 42 | /** @internal */ |
| 43 | export interface AndThen<in out Input, in out Output, in out Output2> extends Differ.Context.Patch<Input, Output2> { |
no outgoing calls
no test coverage detected
searching dependent graphs…