Skip to main content

Type Alias: MakeMutators<T>

MakeMutators<T>: { readonly [P in keyof T]: MakeMutator<T[P]> }

Type Parameters

T extends MutatorDefs