type Updater<TInput, TOutput>: TOutput | UpdaterFn<TInput, TOutput>;
type Updater<TInput, TOutput>: TOutput | UpdaterFn<TInput, TOutput>;
• TInput
• TOutput = TInput
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.