Updater

Type Alias: Updater<TInput, TOutput>

ts
type Updater<TInput, TOutput> = TOutput | UpdaterFn<TInput, TOutput>;
type Updater<TInput, TOutput> = TOutput | UpdaterFn<TInput, TOutput>;

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

Type Parameters

TInput

TOutput = TInput

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.

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.