Skip to content

types

anymerge.types

ReducerCallable module-attribute

ReducerCallable: TypeAlias = Callable[[Any, Any], Any]

A reducer that takes two arguments and returns a single value.