Updater

Type Alias: Updater<TInput, TOutput>

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

Type Parameters

TInput

TOutput = TInput

Defined in

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

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.