UpdaterFn

Type Alias: UpdaterFn()<TInput, TOutput>

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

Type Parameters

TInput

TOutput = TInput

Parameters

input: TInput

Returns

TOutput

Defined in

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

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.