/** * Callback that changes a `value`. */ export type ValueMutatorNamed = (value: T) => void;