TanStackForm v0
Auto

UpdaterFn

Type Alias: UpdaterFn()<TInput, TOutput>

ts
type UpdaterFn<TInput, TOutput> = (input) => TOutput;
type UpdaterFn<TInput, TOutput> = (input) => TOutput;

Defined in: packages/form-core/src/utils.ts:5

Type Parameters

TInput

TOutput = TInput

Parameters

input

TInput

Returns

TOutput

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.